Question: Program and codes need to be basic, considering I am only in C. Thak you in advance! Program Set 1 Write a C program to

Program and codes need to be basic, considering I am only in C. Thak you in advance!
Program Set 1 Write a C program to calculate salary raise for employees which uses the following functions for an array of structures for 7 employees 0 30000 the rate is 7.0% If salary is between 30000 40000 the rate is 5.5% lf salary is between 40000 If salary is greater than the rate is 4.0% Allow the user to enter the data for each employee and for each employee calculate the raise, and the new salary with the raise into an array of structures 2. Sort the array of structures on name and print the array after the sort is completed. 3. Calculate and print the total Salary, total raises, and total new salary Save the array of structures to a text file 5. Retrieve and print the text file Save the array of structures to a binary file 7. Retrieve and print the binary file Calculation of Salary Raises Rate Name Salar Raise New Salary 26750.00 Susan 1750.00 25000.00 Jim 31650.00 30000.00 5.50 1650.00 Gloria 36925.00 35000.00 5.50 1925.00 42200.00 Ros 40000.00 2200.00 5.50 Ben 40001.00 4.00 41601.04 1600.04 Tim 45000.00 4.00 46800.00 1800.00 Total 225926.04 215001.00 10925.04
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
