codeGK
Code it ALL
Else-If in C - CodeGK

♦ Else-If in C

♣ Example3: Else-If in C

If the given if statements holds False and else if condition holds true then the else if condition is executed.
In this example, marks are compared with additional keywords if,else-if, and else.
Example
Input:
Output:
If_else