+ 1
Void func(){int i=3;printf("%d",i);if(I==3)i++;}int main(){func();}
Show output
3 odpowiedzi
+ 2
Just test it in Code Playground.
+ 2
Yes u are right
+ 1
(i) shoud be lowerCase inside if statment && if it is, the program will print 3 in the screen 📟