What is the function of NESTED if else statement with syntax?
Answers
Answered by
1
Answer:
A nested if in C is an if statement that is the target of another if statement. Nested if statements mean an if statement inside another if statement. Yes, both C and C++ allow us to nested if statements within if statements, i.e, we can place an if statement inside another if statement.
Answered by
0
Answer:
what is a NESTED IF
Explanation:
what is the answer
Similar questions