Skip to content

Devangdaksh/My-All-C-Projects

Repository files navigation

🖥️ C Projects Collection

A collection of C language projects compiled into .exe applications and .c source files.
Each program is console-based and demonstrates file handling, data structures, and user interaction in C.


✈️ Airport Management System

C Language

A simple Airport Management System in C that helps manage:

  • 🛫 Flight records
  • 🎫 Booking & cancellation
  • 👨‍👩‍👧 Passenger details

🏦 Bank Management System

C Language

A Bank Management System built in C to simulate real-world banking tasks:

  • 💳 Create & manage accounts
  • 💰 Deposit & withdraw money
  • 📊 Balance enquiry & transaction history

🚌 Bus Reservation System

C Language

A console-based Bus Reservation System that allows:

  • 🚌 Bus ticket booking & cancellation
  • 📍 Viewing available routes
  • 👥 Managing passenger records

🧮 Factorial Calculator in C

C Language

A simple console-based factorial calculator written in C.
It allows the user to calculate the factorial of a given non-negative integer or exit the program.


🏥 Hospital Management System in C

C Language

A simple console-based hospital management program written in C that allows you to manage patient records — including adding, viewing, deleting, and saving/loading data from a file.


📚 Library Management Systems in C

C Language

This repository contains two versions of a Library Management System written in C:

  1. 📝 Basic Version (Library-Management.c) – Manage books with simple add, view, and delete operations.
  2. 🚀 Advanced Version (Library-Management-advance.c) – Full-featured system with members, borrowing, and returning books.

🧮 Simple Calculator in C

C Language

This repository contains two C programs:

  1. 📟 Integer Calculator (Calculator.c) – Works with integers.
  2. 📊 Floating-Point Calculator (In-float-calculator.c) – Works with decimal values.

✅ To-Do List Program (C Language)

C Language

📝 A simple command-line To-Do List app that lets you add, view, delete, and save tasks to a .txt file — perfect for CLion or any terminal environment.


🦁 Zoo Management System 🐯

C Language

A simple terminal-based Zoo Management System written in C.
It lets you manage animals 🐼 and staff 👩‍🌾 in your zoo, including adding, viewing, and deleting records.
Data is stored in text files so your records are saved even after exiting.


⚙️ How to Run

  1. Download the .exe file or .c source code of the project.
  2. If using source code, compile with GCC:
    gcc filename.c -o program.exe ./program.exe 
  3. Follow the on-screen instructions.

🛠️ Tech Stack

  • Language: C

  • Concepts Used:

    • File Handling 📂
    • Arrays & Strings 🧵
    • Structures 🏗️
    • Loops 🔁
    • Conditional Statements 🔄

🤝 Contribution

Contributions are welcome! Feel free to fork this repo and improve these projects.


🙋‍♂️ Credits

Created by Devang
📧 Email
📸 Instagram
💼 LinkedIn
🐙 GitHub


📜 License

These projects are created for educational purposes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages