CS201 QUIZ NO 1 SOLVED 100% VERIFIED BY ADMIN (MID TERM SYLLABUS)
Q1: The parameter passed to isdigit() function is __________ variable.
Q2: We must include the header file __________ to convert the value of one type into another type using built-in functions.
Q3: A record is a group of related __________.
Q4: A __________ is an array of characters that can store number of character specified.
Q5: To manipulate n-dimensional array __________ nested loops are required.
Q6: How we declare an array of integer data whose size is 20 with array name "count".
Q7: __________ contains function for manipulations of character data.
Q8: The statement cout<< yptr will show the __________ yptr points to.
Q9: By default, the starting index of an array in C++ is __________.
Q10: Which header file must be included to use the functions tolower() an toupper()?