/ Published in: C
for checking the cmdargs
Expand |
Embed | Plain Text
int main(int argc, char* argv[]) { int i = 0; for(i=0; i<argc; i++) { } return 0; }
You need to login to post a comment.
for checking the cmdargs
int main(int argc, char* argv[]) { int i = 0; for(i=0; i<argc; i++) { } return 0; }
You need to login to post a comment.