Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

write whole program in C language Question 1: Create a structure to specify data of employees in CS Department. The data to be stored is:

write whole program in C languageimage text in transcribed

Question 1: 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]

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions