CS201 QUIZ NO 1 SOLVED 100% VERIFIED BY ADMIN (MID TERM SYLLABUS)
Q1: In C++, what will be the highest index of the following array?
int array[15];
Q2: To get the value stored at a memory address, we use the __________.
Q3: __________ are conventional names of command line parameters of the 'main()' function.
Q4: In Analysis, we try to have a __________.
Q5: These functions seekg() and seekp() requires an argument of type __________ to let them how many bytes to move forward or backward.
Q6: char name [] ="Hello World";
In the above statement, a memory of __________ charaters will be allocated.
Q7: Individual characters in a string stored in an array can be accessed directly using array __________.
Q8: While handling files, one can have __________ options.
Q9: The increment of a pointer depends on its __________.
Q10: All elements of an array must be of __________ data type(s).