Home » C Programming » Command Line Arguments » Question
  1. What will be the output of the following C statement? (assuming the input is “Welcome to Interview mania”)
    printf(“%s\n”, argv[argc]);
    1. Interview
    2. mania
    3. Segmentation Fault
    4. (null)
    5. None of these
Correct Option: D

(null)



Your comments will be displayed only after manual approval.