Hi,
Need help to write the below mentioned program.
Create an employee struct with following fields
EMP_NAME
EMP_ID
DOJ (Date of joining)
Read in the values from a file and store them in the above structure. Print the employee details if an EMP_ID is given.
Regards,
Shaju