Question: in a c program excecuted with ./a.out 1 2 3 what does printf(%s, *++argv); print to the terminal? the answer is 1 Please explain what
in a c program excecuted with ./a.out 1 2 3
what does printf("%s", *++argv);
print to the terminal?
the answer is 1
Please explain what each line does, this has to do with command line parcing
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
