0
How is code working can any one help
Print without end statement https://code.sololearn.com/cDSPPJsu5wZ9/?ref=app
3 Answers
+ 3
If cases can work like that.
The if has a value that is not 0 meaning true.
C++ ignores whitespace so the semi colon after "return 0;".
0
Thank you