what is nested if condition?
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 means an if statement inside another if statement.
Answered by
10
➡A nested if in C is an if statement that is the target of another if statement. Nested if statements means an if statement inside another if statement.
Similar questions