Question: use Dev C++ program plz :) Create a program that performs the following actions: . Construct a structure Employee that consists of the following fields:
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 object (a variable of Employee type) then fills the object fields from the user. A function that receives a pointer to an object (a variable of Employee type) then prints the object ficlds. 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. . void fill_object(Employee "p)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
