Home » C Programming » Floating Point Issues

What will be the output of the program? #include<stdio.h> int main() { float *p; printf("%d\n", sizeof(p)); return 0; }

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!