This is a simple Calculator program written in C.
It performs basic arithmetic operations:
- Addition (+)
- Subtraction (-)
- Multiplication (*)
- Division (/)
- Menu-driven (choose an operator)
- Works with floating-point numbers
- Handles division by zero
- Clone the repository:
git clone https://github.com/YOUR_USERNAME/C-Calculator.git cd C-Calculator
Enter an operator (+, -, *, /): * Enter two numbers: 5 3 Result: 15.00