Home » C Programming » Command Line Arguments » Question
  1. What is the index of the last argument in command line arguments?
    1. argc – 1
    2. argc
    3. argc + 1
    4. argc – 2
    5. None of these
Correct Option: A

argc – 1



Your comments will be displayed only after manual approval.