Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

write whole program in C langauge Create a structure to specify data of employees in CS Department. The data to be stored is: Employee ID,

write whole program in C langauge

Create a structure to specify data of employees in CS Department. The data to be stored is: Employee ID, Name, designation, Date of Joining and a flag to know whether the current employee is still in service or not. Assume maximum of 20 employees in the CS Department. Your program must be menu driven with following options: [25]

1. Add a record (Employee ID, Name, Designation and Date of Joining of each employee) [5] 2. Print the Employee ID, Name, Designation, Date of Joining and Status (whether the employee is still in service or left) of each employee in tabular format. [5] 3. Search specific employee. [5] 4. Calculate total service of each employee. [10]

write whole program in C

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Relational Database Technology

Authors: Suad Alagic

1st Edition

354096276X, 978-3540962762

More Books

Students also viewed these Databases questions

Question

1. How might volunteering help the employer and the employee?

Answered: 1 week ago