When you have one ‘if’ statement inside an another ‘if’ statement, it is called as ____________ *
Answers
Answered by
0
Answer:
It is called as Nested if else
Answered by
0
Nested if statement is the correct answer.
- Nested if statements are defined as the if statements within if statement. These statements can be executed in both C and C++.
- The maximum number of if functions within if functions possible are 64.
- They serve the function of testing more than one condition. In nested if statements different values are returned based on the results.
Similar questions