World Languages, asked by raman0910g, 5 months ago

what is nested if else statement?​

Answers

Answered by Anonymous
6

Answer:

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. Yes, both C and C++ allows us to nested if statements within if statements, i.e, we can place an if statement inside another if statement.

Similar questions