InterviewSolution
Saved Bookmarks
| 1. |
Arguments that take input by user before running a program are called?(a) Main function arguments(b) Main arguments(c) Command-Line arguments(d) Parameterized argumentsThe question was posed to me in semester exam.I'm obligated to ask this question of Pointers and Function Arguments topic in division Pointers and Arrays in C of C |
|
Answer» Right CHOICE is (C) Command-Line arguments |
|