codeGK
Code it ALL
IF in C - CodeGK

♦ IF in C

♣ Example1: IF in C

If a particular statement is satisfied then the corresponding if statement is executed.
In this example, marks are compared.
Example
Input:
Output:
If_else