CP MB Q4

0. 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);
}

Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *