InterviewSolution
Saved Bookmarks
| 1. |
A program that has no command line arguments will have argc _________(a) Zero(b) Negative(c) One(d) TwoThis question was addressed to me in an internship interview.I'm obligated to ask this question of Command Line Arguments in division Pointers and Arrays in C of C |
|
Answer» RIGHT CHOICE is (C) One For EXPLANATION: NONE. |
|