Satish

  • 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:…

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

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

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

6 years ago
  • C

Division of 2 Numbers: C

In this video tutorial you can learn the procedure followed in C programming to divide two numbers. #include < stdio.h…

6 years ago