โช Choose the correct option.
What will be output of the following “C” code?
main(int argc,char *argv[])
{
printf((argc > 1 ? "%c" : "%c",*++argv);
}
main(int argc,char *argv[])
{
printf((argc > 1 ? "%c" : "%c",*++argv);
}
If the i/p string is “GESL Bangalore”)