CS201 QUIZ NO 1 SOLVED 100% VERIFIED BY ADMIN (MID TERM SYLLABUS)
Q1: In the case of pointer to pointer or __________, the first pointer contains the address of the second pointer, which contains the address of the variable, which contains the desired value.
Q2: From the following; which one is the range of Random number generator function rand()?
Q3: Pointers store the __________.
Q4: The increment of a pointer depends on its __________.
Q5: We define a matrix as __________ array.
Q6: __________ character is used to indicate the end of the string.
Q7: To get the value stored at a memory address, we use the __________.
Q8: A heirarchy of classes which are used to deal with console and disk file are called __________.
Q9: Pointers work by pointing to a particular __________.
Q10: To read command-line arguments, the main() function itself must be given __________ arguments.