-
What is the first argument in command line arguments?
-
- A pointer to an array of character strings that contain the arguments
- Nothing
- The number of command-line arguments the program was invoked with;
- All of above
- None of these
Correct Option: C
The number of command-line arguments the program was invoked with;