Fundamentals of Computer Programming - Old Questions

Question Answer Details

9. Define a structure of employee having data members name, address, age, and salary. Take data for employee in an array dynamically and find the average salary.

6 marks
Asked in 2065

Answer

AI Generated Answer

AI is thinking...