Void func(){int i=3;printf("%d",i);if(I==3)i++;}int main(){func();} | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Void func(){int i=3;printf("%d",i);if(I==3)i++;}int main(){func();}

Show output

15th Apr 2020, 6:04 AM
Mrutyunjaya Ray
Mrutyunjaya Ray - avatar
3 Answers
+ 2
Just test it in Code Playground.
15th Apr 2020, 6:48 AM
Ipang
+ 2
Yes u are right
15th Apr 2020, 1:10 PM
Mrutyunjaya Ray
Mrutyunjaya Ray - avatar
+ 1
(i) shoud be lowerCase inside if statment && if it is, the program will print 3 in the screen 📟
15th Apr 2020, 11:11 AM
Amine Laaboudi
Amine Laaboudi - avatar