A queue is a dynamic restricted data structure that can expand or contract during execution.

Write an abstract data type definition and suitable methods to manipulate a queue, which contains employee information. Employee information consists of Name (String), Emp_no(Numeric) , Designation(Str ing), Salary(Numeric)

““emp1.txt” file which consists of 9 records of employees. These records are stored in descending order...