Q230
Which of the following syntax is correct for command-line arguments?
A.
int main(int var, char *varg[])
AnswerB.
int main(char *argv[], int argc)
C.
int main(){int argv, char *argc[];}
D.
none of the mentioned
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board