In this tutorial we will learn to create a simple calculator in C programming language. This calculator will be able to add , subtract, multiply and divide two numbers. This task will be done with the help of if else if statement and nested if in C program.