C programming

  • C

Simple Calculator Program using Switch Case: C

In this video tutorial we shall perform Addition, Subtraction, Multiplication and Division of numbers based on user input, using switch…

5 years ago
  • C

Roots of Quadratic Equation: C

Quadratic Equations are of the form ax2 + bx + c = 0. To find roots(root1 and root2) of such…

5 years ago
  • C

Simple Calculator Application In C

In this video tutorial we shall perform Addition, Subtraction, Multiplication and Division of numbers based on user input. Related Read:…

5 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…

5 years ago
  • C

if else statement in C

In our previous video tutorial we saw how to use the decision control instruction if. In this tutorial we shall…

5 years ago