Define a structure of employees of an organization with the following fields:

b) 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.


Leave a Reply