Data type of an address i.e. value of pointer variable is always ______.

Each statement below has blank space to fit one of the word(s) or phrase(s) in the
list below. Enter your choice in the “tear-off” answer sheet attached to the
question paper, following instructions there in.

A. int B. sizeof C. character
D. global E. long F. double
G. unsigned int H. while I. goto
J. static K. string L. auto
M. structure N. break O. do…while

4.1 ______ is unconditional jump statement in C.
4.2 ______ variable is initialized only once at compile time.
4.3 ‘2’ is an example of ______ constant.
4.4 Data type of an address i.e. value of pointer variable is always ______.
4.5 ______ loop requires a semicolon (;) at the end.
4.6 ______ is an operator as well as a keyword in C.
4.7 ______ is the default storage class of any declared variable.
4.8 ______ always ends with a null character.
4.9 By default any user-defined function returns ______ type of data.
4.10 ftell( ) function returns ______ type of data.


Leave a Reply