0
Answer

c++, constructor

Bhavna Singh

Bhavna Singh

3y
555
1
Create a class Employee with the data members such as name, id and total salary. Create a file as “Employee_Data” as binary file and write the information of four employees to that file. Open that file in reading mode and only display the record of 2nd and 3rd employees.