A console-based application to manage employee records for a small company. It allows users to: 1.Add new employee records. 2.View all employee records. 3.Update employee details. 4.Delete employee records. 5.Save and load data to/from a binary file for persistence.
OS: Linux Mint(Wilma).| IDE: Code Blocks.| compiler: GCC| DATE: 18-December-2024|
If on windows replace <system("clear")> with <system("cls")>