Calculator Program in C Using Switch Statement

Programing invloves creating solution for real world problems. In this article we will see how to devlop a simple C program that takes two operends and one operator from user, perform the requested operation and prints the result. Problem Statement- WAP that takes two operands and one operator from the user, perform the operation,and prints … Read more