Skip to content

jsramesh1990/employee-data-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mini Employee Management System — it uses: ✅ Variables & Data types ✅ Functions (with/without parameters) ✅ Arrays & Strings ✅ Structures ✅ Pointers ✅ File handling ✅ Dynamic memory (malloc/free) ✅ Loops & conditionals ✅ Enums & typedef ✅ Function pointers

🧠 Program Idea

A simple console-based system to:

Add employees

Display employees

Search employees by ID

Save and load data from a file

Compile and Run

gcc employee_system.c -o employee_system

./employee_system

About

Mini Employee Management System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages