The maximum value that an integer constant can have is ________ for 16 bit integers.

A. goto B. int C. void
D. Union E. less F. size_of
G. EOF H. 32767 I. n-1
J. structure K. puts L. 35665
M. n+1
4.1 The maximum value that an integer constant can have is ________ for 16 bit integers.
4.2 The function getchar() returns ________ when there is no more input character.
4.3 The ________ operator returns the number of bytes the operand occupies.
4.4 An array declared as int a[5][5][5]; if the address of the element a[1][4][1] is x, then the address of the element a[1][2][1] is ________ than x.
4.5 The ________ requires a label in order to identify the place where the branch is to be made.
4.6 In an exit-controlled loop, if the body is executed n times, the test condition is evaluated ________ times.
4.7 A pointer can be cast to ________ pointer without loss of information.
4.8 The printf may be replaced by ________ function for printing strings.
4.9 By default, ________ is the return type of a C function.
4.10 A ________ is a collection of data items under one name in which the items share the same storage.


Leave a Reply