Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Create a structure named date that has day, month and year as its members. Include this structure as a member in another structure named employee
Create a structure named date that has day, month and year as its members. Include this structure as a member in another structure named employee which has name, id and salary as other members. Use this structure to read and display employee's name, id date of birthday and salary.
Define a structure of employee having data members name, address, age and salary. Take the data for employees in an array and find the average salary.
Write a program to read the name, address, and salary of employees using array of structure. Display information of each employee in alphabetical order of their name.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started