Question: Write a C program with the following requirements: Create a structure 'address' to read the address of the employee with House_No, Street_Name, Place_name as
Write a C program with the following requirements: Create a structure 'address' to read the address of the employee with House_No, Street_Name, Place_name as members. Create another structure employee' with name, position, salary, address (structure) as its members. Using an array of structures, read 10 employee details. Read a place name from the user and display the name of the employees who belong to that place.
Step by Step Solution
There are 3 Steps involved in it
C code include include define MAXSIZE 50 define NUMEMPLOYEES 10 Structure for address details struct ... View full answer
Get step-by-step solutions from verified subject matter experts
