Ovals are used to represent starting and ending points in the ________.

A. void B. calling function C. stdio.h
D. goto E. 4/8 F. flowchart
G. 8/16 H. exit I. return
J. logical operators K. garbage L. ->

4.1 ________ breaks the normal sequential execution of the program.
4.2 Ovals are used to represent starting and ending points in the ________.
4.3 ________ are used when we want to test more than one condition and make decision.
4.4 A pointer variable contains ________ until it is initialized.
4.5 When a function returns a structure, it must be assigned to a structure of identical type in the
________.
4.6 A float is ________ bytes wide, whereas a double is ________ bytes wide.
4.7 The ________ operator can be used to access structures elements using a pointer to a
structure variable.
4.8 The keyword used to transfer control from a called function back to the calling function is
________.
4.9 If a function return type is declared as ________ it cannot return any value.
4.10 Input/output function prototypes and macros are defined in ________.


Leave a Reply