Vidyalelo
C Programming · Q221

Pointer

Programming · C Programming · question 221

Q221

What is the index of the last argument in command line arguments?

A.
argc - 2
B.
argc + 1
C.
argc
D.
argc - 1
Answer

Answer: Option D

Solution

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