PROGRAMMING AND PROBLEM SOLVING THROUGH ‘C’ LANGUAGE

4. Each statement below has a 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 therein. (1 x 10)
A. Change B. trinary C. - operator
D. Automatic E. Variable F. “&” operator
G. Static H. Dynamically I. Externally
J. void K. A character L. An integer
M. EOF N. fclose O. True
4.1 printf( ) function uses _________ number of arguments.
4.2 ________ can be used as both binary and unary operators.
4.3 Link lists can be created _____________.
4.4 Loop invariants are assertions that remain _______ before and after execution of loops.
4.5 File descriptor is ______________.
4.6 Pointer arguments enable a function to access and _____ objects defined in the calling
routine.
4.7 The function getchar( ) returns _______ when there is no more input character.
4.8 Any pointer can be cast to __________ without loss of information.
4.9 To prevent the use of functions across different files, ____ storage class is used.
4.10 ? : is ________ operator.


Leave a Reply