Vidyalelo
C Programming · Q220

Pointer

Programming · C Programming · question 220

Q220

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
Answer
C.
Nothing
D.
None of the mentioned

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board