In switch statement, one of the optional key word is ________.

A. break B. two C. one
D. static E. structure F. global
G. indirection H. type casting I. auto
J. free K. array L. fseek
M. continue N. fprintf O. malloc
P. & Q. new R. fscanf

4.1 In switch statement, one of the optional key word is ________.
4.2 ________ is used to construct user defined data type using the existing ones.
4.3 ________ is used to skip body of the loop once.
4.4 To convert one data type into another for the evaluation purpose is called ________.
4.5 In for loop, initialization is done ________ time(s).
4.6 ________ operator is used to access the value of a variable using pointer.
4.7 ________ variable can be accessed by all the functions in the program.
4.8 ________ uses a single name to represent a collection of items of same type.
4.9 Using ________ function, we can write data to file.
4.10 ________ function is used to allocate memory at run time.



Leave a Reply