Home » C Programming » Command Line Arguments » Question
  1. In linux, argv[0] by command-line argument can be occupied by _________.
    1. ./test
    2. ./fun.out.out
    3. ./a.out
    4. All of above
    5. None of these
Correct Option: D

In linux, argv[0] by command-line argument can be occupied by ./test, ./fun.out.out and ./a.out



Your comments will be displayed only after manual approval.