Computer Science, asked by vedikachoudhary0330, 7 months ago

what is if else if ladder is also known as in c plus plus​

Answers

Answered by Anonymous
2

Answer:

In C/C++ if-else-if ladder helps user decide from among multiple options. ... As soon as one of the conditions controlling the if is true, the statement associated with that if is executed, and the rest of the C else-if ladder is bypassed. If none of the conditions is true, then the final else statement will be executed.

</p><p>

Similar questions