Question: need in 10 minutes C program Create an employee structure with name, id, salary . Take ten employee information from user input using structure array
need in 10 minutes
C program
Create an employee structure with name, id, salary. Take ten employee information from user input using structure array in the main function. Pass this array to lowestPaid function.
Now create a user-defined function named. Void lowestPaid(struct employee arr[])calculate the lowest paid employee information and write all information in a text file named low.txt.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
