1.

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 mentionedI have been asked this question in examination.This question is from Command Line Arguments in portion Pointers and Arrays in C of C

Answer» CORRECT answer is (b) A POINTER to an ARRAY of CHARACTER strings that contain the arguments, one per string

The EXPLANATION is: None.


Discussion

No Comment Found

Related InterviewSolutions