-
If the program (myprog) is run from the command line as myprog 1 2 3 , What would be the output? main(int argc, char *argv[]) { int i; for(i=0;i<argc;i++) printf("%s",argv[i]); }
A) 1 2 3B) C:MYPROG.EXE123C) MYPD) None of the above
A) 1 2 3B) C:MYPROG.EXE123C) MYPD) None of the above
Please Turn OFF your ad blocker
- OR -
LOGIN to continue using GeekInterview website.