What will be the output of the following: void main() { char * const ptr="abc"; ptr="xyz"; printf("%s",ptr); }
Reveal answer
Fill a bubble to check yourself
What will be the output of the following: void main() { char * const ptr="abc"; ptr="xyz"; printf("%s",ptr); }