C++ if Statement
C++ if Statement
The if statement evaluates the test expression inside parenthesis.
If test expression is evaluated to true, statements inside the body of if is executed.
If test expression is evaluated to false, statements inside the body of if is skipped.
How if statement works ?
Flowchart of if Statement
Above figure describes the working of an if statement.
0 comments:
Post a Comment