C Online Compiler & Playground
HTML/CSS/JavaScript
HTML
CSS
Javascript
C++
C
PHP
Java
Python
Swift
C#
Ruby
Node.JS
Kotlin
jQuery
Go
R
TypeScript
Start C Course
Register
float example
+1
Author: Nilutpol Kashyap
Dark
Public
Save
C
c
1
2
3
4
5
6
7
8
9
#include
<
stdio.h
>
void
main
()
{
float
f
=
0.7
;
if
(
f
<
0.7
)
printf
(
"HI"
);
else
printf
(
"BYE"
);
}
Enter to Rename, Shift+Enter to Preview
OUTPUT