Skip to content

bmuraya/Calculator_c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Calculator Program in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages