else if

  • C

Number is Positive or Negative or Zero: C Program

C Program to check whether the user entered integer number is positive, negative or zero using else if construct. Note:…

4 years ago
  • C

else if statement in C

In this program we'll show you the usage of else-if clause in C programming language. Here we are illustrating the…

4 years ago
  • C

Nested if else Statement In C

In this program we'll show you nesting of if else statements. Here we are illustrating the concept by taking score/marks…

4 years ago
  • node.js

Loops and Conditions In Jade: Node.js

After going through the basics of Jade, lets learn about loops and conditional statements in Jade. Note: Since most text…

11 years ago
  • C++

Biggest of 3 Numbers Using Ternary Operator: C++

Video tutorial to find the biggest of the three integer numbers in C++, using if-else control statements and Ternary Operator.…

12 years ago