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.