

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the program (sample.c) given below if it is executed from the command line?
cmd> sample Jan Feb Mar
/* sample.c */
#include
|
A. | No output |
B. | sample Jan Feb Mar |
C. | Jan Feb Mar |
D. | Error |
Answer» D. Error | |