MCQOPTIONS
Saved Bookmarks
| 1. |
What is the first argument in command line arguments? |
| A. | The number of command-line arguments the program was invoked with; |
| B. | A pointer to an array of character strings that contain the arguments |
| C. | Nothing |
| D. | None of the mentioned |
| Answer» B. A pointer to an array of character strings that contain the arguments | |