

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the program ?
#include
|
A. | Print the contents of file "myfile.c" |
B. | Print the contents of file "myfile.c" upto NULL character |
C. | Infinite loop |
D. | Error in program |
Answer» D. Error in program | |