Question:Which of the following is/are the correct signature/s of main with command line arguments? 

A int main(int argc, char **argv) 

B int main(int argc, char *argv[]) 

C int main(int argc, char *argv) 

D int main(int argc, char argv[]) 

E All 

+ Answer
+ Report
Total Preview: 506

Copyright © 2024. Powered by Intellect Software Ltd