EMPLOYEE-MANAGEMENT-SYSTEM

PROJECT TITLE : EMPLOYEE MANAGEMENT SYSTEM

What is an Employee Management System? Employee Management System is a distributed application, developed to maintain the details of employees working in any organization. It maintains the information about the personal and official details of the employees.

OBJECTIVE OF PROJECT: The objective of this project is to provide a comprehensive approach towards the management of employee information.

FEATURES : Easily Add, Delete, Modify Records.

PROJECT DESCRIPTION : Header Files: #include #include

Functions: void newemp(); void displayrecord(); void findrecord(); void modifyrecord(); void deleterecord(); void niki();

Structure: struct emp

Global Variables: FILE *fp, *tp; int id, flag=0, ch;

Main Function: Interactive menu for operations (add, display, find, modify, delete, exit).

Developer Introduction Function: void niki();

File Handling: fp: Main file pointer for employee records (“pro.text”). tp: Temporary file pointer. File operations: fopen, fwrite, fread, fclose.

PROJECT OUTPUT SCREENSHOT :

Screenshot (159)

Screenshot (160)