Question: Write a C++ program based on Structures and declare struct University Employee to store the Employee's details (Country name, First_name, Second_name, no. of Years'

Write a C++ program based on Structures and declare struct University Employee to store the Employee's details (Country name, First_name, Second_name, no. of Years' Experience, Date of Birth, Department Name, Salary), a. Declare an array for 10 Employees b. Make function to get the input data. c. Make a search function to find the specific Employee and display Employee's details d. Ask the user to add more Employee record or not. e. Make a function to display the output Write a main () program to test your functions.
Step by Step Solution
3.49 Rating (149 Votes )
There are 3 Steps involved in it
This a C program implementing the functionalities you requested include include using namespace std struct UniversityEmployee string country string fi... View full answer
Get step-by-step solutions from verified subject matter experts
