What will be output of the following “C” code?
		
					

Loading

โœช Choose the correct option.

What will be output of the following “C” code?


main(int argc,char *argv[])
{
printf((argc > 1 ? "%c" : "%c",*++argv);
}

If the i/p string is “GESL Bangalore”)

A. G
B. E
C. B
D. GESL