Can anyone pls tell abt the exact scenario behind this code? Why the output is solo? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 1

Can anyone pls tell abt the exact scenario behind this code? Why the output is solo?

#include<stdio.h> int main() { float a=0.7; if(a<0.7) { printf("solo") ; } else { printf("learn"); } return 0; }

18th Feb 2020, 5:50 PM
Nishanth
Nishanth - avatar
1 Respuesta
+ 1
Thnx bro
18th Feb 2020, 5:57 PM
Nishanth
Nishanth - avatar