#include #include float main() { printf("Storage size for int : %d \n", sizeof(float)); return 0; }