Please! Can someone help me? I having a little trouble with the exercise. Thanks everyone! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

16th Aug 2019, 11:02 AM
Nguyễn Vũ
Nguyễn Vũ - avatar
1 Answer
0
I didn't deallocate memory but this should work https://code.sololearn.com/c2Tq863VtV3y/?ref=app
16th Aug 2019, 2:27 PM
Lea