Please explain this program line by line ! | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

Please explain this program line by line !

https://code.sololearn.com/ceEzYgB0cg85/?ref=app

15th Aug 2019, 3:57 PM
Brutual bro
Brutual bro - avatar
1 Respuesta
+ 1
int x,y=5,z=5; //defines as integer variables x = y == z; //x = true printf("%d", x); //output an integer => true = 1 getchar(); //data input, (it is not needed in this code) return 0; //returns the result
15th Aug 2019, 6:30 PM
Solo
Solo - avatar