246) 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);
}
Answer is:
f
Related C Programming MCQ with Answers
Answer is:
nHCk
Answer is:
One to one not onto
Answer is: