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.
Answer
AI Generated Answer
AI is thinking...