

MCQOPTIONS
Saved Bookmarks
1. |
puts(argv[0]); |
A. | prints the name of the source code file. |
B. | prints argv. |
C. | prints the number of command line arguments. |
D. | prints the name of the executable code file. |
Answer» E. | |