Vidyalelo
C Programming · Q179

Pointer

Programming · C Programming · question 179

Q179

What is argv[0] in command line arguments?

A.
The name by which the program was invoked
Answer
B.
The name of the files which are passed to the program
C.
Count of the arguments in argv[] vector
D.
None of the mentioned

Answer: Option A

Solution

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