C Programming MCQ

1: If following program (myprog)is run from the command line as myprog friday tuesday sunday then what would be the output? main (int argc,char*argv) { printf("%c",**++argv); }
A. m
B. f
C. myprog
D. None of these
 

Answer : B

Explanation :

Write your comments here:


Report Error
 

Option: A

Explanation : Explanation will come here. Explanation will come here. Explanation will come here. Explanation will come here. Explanation will come here.