CS201 QUIZ NO 1 SOLVED 100% VERIFIED BY ADMIN (MID TERM SYLLABUS)
Q1: To manipulate n-dimensional array __________ nested loops are required.
Q2: When we access a multidimensional array, each array index is surrounded by __________.
Q3: There is a pointer variable named ptr of type float then address of which type of variable the ptr will store in it?
Q4: We have opened a file stream myfile for reading (getting), myfile.tellg() gives us the current get position of the file pointer. It returns a whole number of type __________.
Q5: Transpose of a matrix means that when we interchange rows and columns __________.
Q6: dereferencing operator is represented by __________.
Q7: To get the value stored at a memory address, we use the __________.
Q8: eof is used to check for the __________ of file when a file is being read.
Q9: We can define a matrix as __________ array.
Q10: Which header file must be included to use the functions tolower() an toupper()?