Question: write C program that declare a structure employee that contains information about employees in a company these data are : name (30 characters ),date of
write C program that declare a structure "employee" that contains information about employees in a company these data are : name (30 characters ),date of birth(hint :struct of day ,month and year ) ,salary a. write C function that reads the data of 10 employees and store them in an array of struct "employee"
b. write C function that prints the data of the emplyee with maximum salary c. write C function that prints the data of the youngest employee
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
