CS201 QUIZ NO 1 SOLVED 100% VERIFIED BY ADMIN (MID TERM SYLLABUS)
Q1: __________ Returns true if c is a digit and false otherwise.
Q2: What will be the size of the following character array?
char name[]="Adeel";
Q3: While handling files, one can have __________ options.
Q4: In Analysis, we try to have a __________.
Q5: By default, the starting index of an array in C++ is __________.
Q6: The string in the array is terminated by a __________.
Q7: The statement cout << yptr will show the __________ the yptr points to.
Q8: When we access a multidimensional array, each index is surrounded by __________.
Q9: There is a pointer variable named ptr of type float then address of which type of variable the ptr will store in it?
Q10: Null character is represented by __________ in C++.