Page 1 of 1

What is the first argument in command line arguments?

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
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