Page 1 of 1

What is the signature of math in function using command line arguments?

Posted: Wed Jul 13, 2022 7:53 pm
by answerhappygod
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