Can anyone explain why their is no error? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can anyone explain why their is no error?

#include <stdio.h> int main() { int a=3,b=5,c=7; if(b<c); else a=b; b=c; printf("%d%d",a,b); return 0; }

6th Sep 2019, 9:15 AM
Shruti Bansal
Shruti Bansal - avatar
1 Answer
0
There shouldn't be an error though everything is fine!
6th Sep 2019, 3:22 PM
Bunny
Bunny - avatar