Write a program using C++ to create a payroll system of any organization. Use functions for updating, displaying and deleting the record of given payroll system
This question was asked in Computer Officer Examination 2010 conducted by Public Service Commission. The question carried 10 mark. Following is the program for this question. I’ve tried to make it simpler and included most essential components only. The ...


