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