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