what is if else if ladder is also known as in c plus plus
Answers
Answered by
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.
Answered by
12
Answer:
Sorry mate can't understand your question
Similar questions