Home » C Programming » Command Line Arguments » Question
  1. What is argv[0] in command line arguments?
    1. Count of the arguments in argv[] vector
    2. The name by which the program was invoked
    3. The name of the files which are passed to the program
    4. All of above
    5. None of these
Correct Option: B

The name by which the program was invoked



Your comments will be displayed only after manual approval.