Vidyalelo
C Programming · Q81

Pointer

Programming · C Programming · question 81

Q81

What is the first argument in command line arguments?

A.
The number of command-line arguments the program was invoked with;
Answer
B.
A pointer to an array of character strings that contain the arguments
C.
Nothing
D.
None of the mentioned

Answer: Option A

Solution

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