CS201 QUIZ NO 1 SOLVED 100% VERIFIED BY ADMIN (MID TERM SYLLABUS)
Q1: eof is used to check for the __________ of file when a file is being read.
Q2: The ASCHI code of null character is __________.
Q3: __________ contains functions for manipulations of character data.
Q4: At the design phase, we try to break up the problem into __________.
Q5: From the following; hich one is the correct syntax of an array declaration: array size 5 and it is of float data type?
Q6: char name [] ="Hello World";
In the above statement, a memory of __________ charaters will be allocated.
Q7: Each array declaration must provide the information about all these things expect __________.
Q8: When we access a multidimensional array, each array index is surrounded by __________.
Q9: 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.
Q10: Whenever some number is added in an array name, it will jump as many __________ as the added number.