1.

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

Answer» RIGHT answer is (a) The number of command-line arguments the PROGRAM was INVOKED with;

For explanation: NONE.


Discussion

No Comment Found

Related InterviewSolutions