What is the output of the following code snippet ?? void main() { printf("%d", sizeof(2.0)); }
Reveal answer
Fill a bubble to check yourself
What is the output of the following code snippet ?? void main() { printf("%d", sizeof(2.0)); }