Array value without assign variable in c/++

main()
{
printf(“%c”,”learning”[4]);
}
Tutorial answer:
n
Debugging solution:
It is relate to array
But assign in the different format

Post a Comment

0 Comments