Skip to content

Latest commit

Β 

History

History
40 lines (24 loc) Β· 1.27 KB

File metadata and controls

40 lines (24 loc) Β· 1.27 KB

GitHub stars GitHub forks GitHub issues GitHub pull requests GitHub license

πŸš€ C Programming Projects A collection of beginner-friendly C programming projects, covering basic to intermediate concepts.

πŸ”— GitHub Repository: C-Projects

πŸ“‚ Projects Included

βœ”οΈ Calculator – Basic arithmetic operations βœ”οΈ ATM System – Deposit, withdraw, and check balance βœ”οΈ Student Record System – Add & display student details βœ”οΈ Library Management System – Manage book records βœ”οΈ Circular Queue – Implementation of a circular queue

πŸ”§ How to Run Clone the repository: git clone https: github.com/princeshahgithub/C-Projects.git cd C-Projects Compile and Run a project using GCC: gcc project_name.c -o project_name ./project_name

🌟 Contributions Want to improve the projects? Feel free to open issues or create a pull request!

πŸ“’ If you like this repository, ⭐ Star it to support!