Home > PYQ > NIC STA 2023 - Shift 1
1. What will be the output of the code?
main()
{
chaf *str =' abode",
printf{''%c'', *str);
prfntf{''%c", *str++),
printf(''%c"j *(str++)),
prtntf(''%s'', str);
}
No explanation ¯\_(ツ)_/¯