In this program we'll show you nesting of if else statements. Here we are illustrating the concept by taking score/marks…
In our previous video tutorial we saw how to use the decision control instruction if. In this tutorial we shall…
In this video tutorial you can learn the procedure followed in C programming to divide two numbers. #include < stdio.h…
So far we've seen that the code in C program gets executed in sequential order i.e., as and when the…
Relational Operators in C programming language return true(non-zero number) or false(0) value. They operate on 2 operands. Relational Operators ==…
In this video tutorial you can learn the procedure followed in C programming to multiply two numbers. Related Read: #include…
In this video tutorial you can learn the procedure followed in C programming to subtract two numbers. Related Read: #include…
In this video tutorial you can learn the procedure followed in C programming to add two numbers. Related Read: #include…
In this video tutorial lets learn how we can calculate Compound Interest by making use of simple arithmetic operations. #include…
In this video tutorial lets learn how we can calculate Simple Interest by making use of simple arithmetic operations. #include<stdio.h>…