

MCQOPTIONS
Saved Bookmarks
1. |
What is the output of this C code if following commands are used to run and if myfile does not exist? gcc -o test test.c ./test > myfile |
A. | d 2 in myfile |
B. | d 1 in myfile |
C. | Depends on the system |
D. | Depends on the standard |
Answer» C. Depends on the system | |