What is the output of this code { **++argc[] }? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the output of this code { **++argc[] }?

If following c program (myprog) is run from the command line as myprog friday tuesday Sunday, then what would be the output? main(int arg, char *argc[] ) { printf("%c", **++argc[] ) } A) m B) f C) myprog D) friday

5th Apr 2019, 12:03 PM
David Boga
David Boga - avatar
0 Answers