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