InterviewSolution
Saved Bookmarks
| 1. |
In linux, argv[0] by command-line argument can be occupied by _________(a) ./a.out(b) ./test(c) ./fun.out.out(d) all of the mentionedI have been asked this question in quiz.The origin of the question is Command Line Arguments in section Pointers and Arrays in C of C |
|
Answer» Correct answer is (d) all of the MENTIONED |
|