Vidyalelo
C++ Programming · Q562

C++ miscellaneous

Programming · C++ Programming · question 562

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
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board