MCQOPTIONS
Saved Bookmarks
| 1. |
What is argv[0] in command line arguments? |
| A. | The name by which the program was invoked |
| B. | The name of the files which are passed to the program |
| C. | Count of the arguments in argv[] vector |
| D. | None of the mentioned |
| Answer» B. The name of the files which are passed to the program | |