+ 3

What is an if statement?

I am taking some knowledge

13th Aug 2020, 9:42 AM
Sunny Khartode
Sunny Khartode - avatar
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
13th Aug 2020, 9:48 AM
Aditya
Aditya - avatar
+ 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....
14th Aug 2020, 7:33 AM
Rupali Haldiya
Rupali Haldiya - avatar