CS201 QUIZ NO 1 SOLVED 100% VERIFIED BY ADMIN (MID TERM SYLLABUS)
Q1: aFile.seekg(-10L, ios:cur) indicates the file pointer will move 10 bytes in the __________.
Q2: In __________, we try to have a precise problem statement.
Q3: If an array has 50 elements what is allowable range of subscripts?
Q4: At the desing phase, we try to break up the problem into __________.
Q5: The name of the array is a constant pointer which contains the memory address of the __________ of the array.
Q6: "multi [3][3]" element can also be accessed by '__________'.
Q7: __________ function give the position of the next character to be read from that file.
Q8: These functions seekg() and seekp() requires an argument of type __________ to let them how many bytes to move forward or backward.
Q9: How many bytes an integer type pointer intPtr will jump in memory if the statement below is executed?
intPtr += 2 ;
Q10: In C-language the string "AZMAT" is equal to __________.