Question: use Dev C++ program plz :) Create a program that performs the following actions: . Construct a structure Employee that consists of the following fields:

use Dev C++ program plz :) use Dev C++ program plz :) Create a program that performs the

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!