MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the output of this program (prg_1.c)? #include int main(int argc,char* argv[]) { printf("%d",argc); return 0; } |
| A. | 4 |
| B. | 5 |
| C. | 6 |
| D. | 3 |
| Answer» C. 6 | |