What will be the output of the following C code? void main() { int *ptr=&"&Chennai&"&; printf(&"&%c&"&,++(ptr++)); }
Reveal answer
Fill a bubble to check yourself
What will be the output of the following C code? void main() { int *ptr=&"&Chennai&"&; printf(&"&%c&"&,++(ptr++)); }