Question 4(a): Write down a structure that can store an employee's record having two attributes (a) Employee ID, and (b)
Posted: Sat Nov 27, 2021 10:32 am
Question 4(a): Write down a structure that can store an employee's record having two attributes (a) Employee ID, and (b) salary. Using this structure take N employees' information as input where N will also be input to your program. Write down a function that will take all employees information as parameter and will return the average salary of the employees.