Saved Bookmarks
| 1. |
What is nested 'if' statement? |
|
Answer» The BLOCK of CODE FOLLOWING the elsestatement is executed as the CONDITION present in the if statement is false.NESTED-if. A nested if is an if statement that is the target of anotherif statement. Nested if statementsmeans an if statement inside anotherif statement. |
|