C Projects

Calendar in C: C Mini Project

The mini-project “Calendar in C” is a console application using the C programming language. This project compiles in Code Blocks with the GCC compiler. In this console application, you can check the date for the given month and year. In this project, we are using Zeller’s Congruence. Zeller’s congruence is an algorithm devised by Christian […]

Calendar in C: C Mini Project Read More »

Hospital Management System Project in C

The mini-project “Hospital Management System Project” is a console application using the C programming language. This project compiles in Code Blocks with the GCC compiler. In this console application, you can do basic Patient Record tasks like adding the Patient info, view the added Patient, search the Patient, ..etc. This application is based on file handling

Hospital Management System Project in C Read More »

Employee Record System Project

Employee Record System Project in C

The mini-project “Employee Record System Project in C” is a console application using the C programming language. This project compiled in Code Blocks with the GCC compiler. In this console application, you can do basic Employee Record tasks like adding the employee info, view the added employee, search the employees, ..etc. This application based on file

Employee Record System Project in C Read More »