Skip to content

Simple Calculator in C: This project implements a basic calculator application in C programming language. It supports addition, subtraction, multiplication, and division operations, providing a foundational example for beginners learning C programming.

Notifications You must be signed in to change notification settings

Anish-Paul-01/Simple-Calculator-in-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

🎉 Simple Calculator in C 🎉

Calculator

Welcome to the Simple Calculator in C repository! This project showcases a basic calculator implemented in C, designed to perform fundamental arithmetic operations. Perfect for beginners who want to dive into C programming with a hands-on example.

✨ Features

  • ➕ Addition
  • ➖ Subtraction
  • ✖️ Multiplication
  • ➗ Division

🚀 Getting Started

Follow these steps to get the project running on your local machine for development and testing.

📋 Prerequisites

Ensure you have a C compiler installed. For example, you can use GCC:

  • For Linux/Mac:
    sudo apt-get install gcc
    

Installation

  1. Clone the repository:
     git clone https://github.com/Anish-Paul-01/Simple-Calculator-in-C.git
  2. Navigate to the project directory:
     cd Simple-Calculator-in-C
    

Usage

  1. Compile the program:
       gcc calculator.c -o calculator
  2. Run the executable:
    ./calculator

About

Simple Calculator in C: This project implements a basic calculator application in C programming language. It supports addition, subtraction, multiplication, and division operations, providing a foundational example for beginners learning C programming.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages