Can anyone explain the output of this code? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can anyone explain the output of this code?

int main() { int i=5; if(i==3,4) printf("Hi"); else printf("No Hi"); return 0; } Output : Hi

15th Sep 2019, 6:44 PM
Rishu Kumar
Rishu Kumar - avatar
1 Answer
0
~ swim ~ Thanks a lot, I understand now
18th Sep 2019, 4:09 AM
Rishu Kumar
Rishu Kumar - avatar