Problem Statement-1
Design and implement a C program to manage employee records efficiently using file handling.
The system should allow storing, updating, searching, and deleting employee details while
ensuring persistent storage.
Description
This project simulates an organizational employee database. The program will:
Store employee data in files
Allow operations like:
a. Add new employee (ID, name, salary, designation)
b. Search employee by ID
c. Update employee details (salary/designation)
d. Delete employee record
e. Display all employee records in a formatted structure
ASSIGNED STUDENTS:
DIP PRADHAN, DIPANGSHU DAS, DIPANJAN SARKAR, DIPANJOY NANDI, DIVYANSHU
RAJ
Problem Statement-2
Develop a C-based system to manage hospital patient records including admission, discharge, and
treatment details using file handling techniques.
Description
This project models a hospital management system where:
i) Patient details are stored (Patient ID, name, age, disease, doctor assigned)
ii) The system supports:
a. Add new patient record
b. Search patient by ID
c. Update treatment/disease details
d. Discharge patient (delete record)
e. Display all patient records
iii) Data is stored and retrieved using files to maintain persistence
ASSIGNED STUDENTS:
DIYA MITRA, EMAN BISWAS, GOURAB GHOSH, JANNAT RASHID, JEET DAS
Problem Statement-3
Create a C program to manage inventory in a store by tracking product details, stock levels, and
updates using file handling.
Description
This project simulates a retail inventory system where:
i) Products are stored with details (Product ID, name, price, quantity)
ii) Users can:
a. Add new product
b. Search product by ID
c. Update stock (increase/decrease quantity)
d. Delete product record
e. Display all products
iii) The system automatically updates stock and maintains records in files
ASSIGNED STUDENTS:
JOYSHREE BISWAS, KEYA BARAI, KOUSHANI GHOSH, KRISH THAKUR