Create an employeedata struct to represent employees


Problem:

Question- Create an employeeData struct to represent employees. Your struct shouldhave the following fields:  

An integer EMP_ID. name which stores the candidate’s name as a char array with no more than 20 letters. dept an integer that stores the department in which the employee is employed. An integer rank  indicating the employee’s position in the company. salary,  a double for the employee ‘s annual income.

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Create an employeedata struct to represent employees
Reference No:- TGS0892952

Expected delivery within 24 Hours