1.

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» E.


Discussion

No Comment Found