In this video, you will learn about the if-else-if Ladder (if...else if...else) Conditional Branching Control Statements used in C programming language. You will learn how to use if else if ladder in C programming.
This video also shows a C program that checks/finds/determines whether a given number is positive, negative or zero using the if else-if ladder control statements.