What is the output of the following code snippet ?? void main() { printf("%d", sizeof(2.0)); }
2
4
8
10