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
What is the signature of math in function using command line arguments?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What is the signature of math in function using command line arguments?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!