From f30a915ee0b0a89c04cd194851cee2251d09cb57 Mon Sep 17 00:00:00 2001 From: Triggered_Tux Date: Sun, 6 Jan 2019 14:51:57 -0500 Subject: [PATCH] a --- floatsize.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/floatsize.c b/floatsize.c index 84fb530..afa0efe 100644 --- a/floatsize.c +++ b/floatsize.c @@ -2,7 +2,7 @@ #include float main() { - printf("Storage size for int : %d \n", sizeof(float)); + printf("Storage size for float : %d \n", sizeof(float)); return 0; } \ No newline at end of file