Home » C Programming » Command Line Arguments » Question
  1. What is the first argument in command line arguments?
    1. A pointer to an array of character strings that contain the arguments
    2. Nothing
    3. The number of command-line arguments the program was invoked with;
    4. All of above
    5. None of these
Correct Option: C

The number of command-line arguments the program was invoked with;



Your comments will be displayed only after manual approval.