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. | Compile time error (after first command) |
| B. | d in the myfile file |
| C. | d on the screen |
| D. | Undefined behaviour |
| Answer» D. Undefined behaviour | |