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
This question was addressed to me in homework.
My doubt is from Command Line Arguments topic in portion Pointers and Arrays in C of C