Question: Tow function outside main function , one of them just display , please read this requirements in pic I just want these. No more. *
Create a program that performs the following actions: Construct a structure Employee that consists of the following fields: ID, name, degree, age A function that receives a pointer to an abject then fills the object fields from the user. A function that receives a pointer to an abject then prints the object fields. Inside the main function, the user should be able to enter more than one employee information then print them, and when the user entered -1 the program should be terminated. . You should also attach a screenshot of the program output
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
