What is the second 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, one per string
C. Nothing
D. None of the mentioned
Answer: Option B
Join The Discussion