Please explain this program line by line ! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 Answer
+ 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