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