+ 3
What is an if statement?
I am taking some knowledge
2 Answers
+ 13
You can go through this once again
https://www.sololearn.com/learn/CPlusPlus/1612/
https://www.sololearn.com/Discuss/333866/?ref=app
Please include relevant tags before posting any question e.g. C++ / java
You can see this
+ 3
'if' is a statement, when you want to check the condition is true or not, if the condition is true, then the block of if would be execute otherwise compiler should be skip it's block....