0
Please! Can someone help me? I having a little trouble with the exercise. Thanks everyone!
Data about an employee: Code(char 8), name (char 20), salary(double), allowance(double) Develop a C-program that allows user: Adding a new employee Find data about employees using a name inputted. Remove an employee based on a code inputted Print the list in descending order based on salary allowance.
1 Odpowiedź
0
I didn't deallocate memory but this should work
https://code.sololearn.com/c2Tq863VtV3y/?ref=app