There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
This repo is a system which user can enter info about employee like name, ID, salary and so on. The user can display employee's info. Using C-programming language . there are two versions from my system , one using static allocation ( array ) , and the other one using dynamic allocation ( malloc() ).