Q562
What is the signature of math in function using command line arguments?
A.
int main(int argc, char const *argv[]);
B.
int main(int argc, char const **argv);
C.
int main(int argc, char **argv);
D.
all of the mentioned
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board