Problem:
Question- Write a function initializeList which creates a linked list of employee information where each node contains an employeeData struct and a pointercalled next. The employee information will be read from an input fileempInfo.txt. This file contains data for each employee on a single line. Aline of data beginning with zero is used to indicate the end of the input data.
Please show how to use the functions in the class.