Page 1 of 1

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
by answerhappygod
Question 4 A Write Down A Structure That Can Store An Employee S Record Having Two Attributes A Employee Id And B 1
Question 4 A Write Down A Structure That Can Store An Employee S Record Having Two Attributes A Employee Id And B 1 (48.74 KiB) Viewed 84 times
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.