

MCQOPTIONS
Saved Bookmarks
1. |
What is the output of this C code if following commands are used to run(considering myfile exists)? gcc -otest test.c ./test > myfile |
A. | d 2 in myfile |
B. | d 1 in myfile |
C. | d in myfile and 1 in screen |
D. | d in myfile and 2 in screen |
Answer» C. d in myfile and 1 in screen | |