Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 723 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 723 Bytes

Calculator_c

Calculator Program in C

Calculator program with Basic operations using switch

Description

: A calculator is a tool used to compute mathematical operations on numbers. Simple calculators can only perform the mathematical operations of addition, subtraction, multiplication, and division. In contrast, complex calculators can work with hyperbolic, trigonometric, square-root, logarithmic, and exponential functions. Simple Calculator Program in C will be explained in this article with an example.

Filename Description
calculator.c C Program to make a Calculator // Using switch case
calculator2.c C Program to make a Calculator // if else if statement