

MCQOPTIONS
Saved Bookmarks
1. |
Consider the following program. If Madam is the required output, then the body of first ( ) must be |
A. | empty |
B. | second( ) ; putchar ( 'a' ); |
C. | putchar( 'a' ) ; second(); printf ("%c", 'a' ); |
D. | none of the above |
Answer» D. none of the above | |