What will be the output of the following function?
main() { char *p; printf(%d %d ,sizeof(*p),sizeof(p)); }
Reveal answer
Fill a bubble to check yourself
What will be the output of the following function?
main() { char *p; printf(%d %d ,sizeof(*p),sizeof(p)); }