Programming Examples
C program which accepts names of ten employees and print them using nested Structure
Define a structure of employees of an organization with the following fields:
Empno, Empname, Date_of_joining, Salary, Department Write a program which accepts names of ten employees and print them on the screen.
Output