You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A collection of beginner to intermediate-level C/C++ and logic-based programming projects built to strengthen fundamental programming concepts like conditionals, loops, functions, file handling, arrays, pointers, and more. Ideal for learners and developers revisiting core problem-solving techniques.
Introducing our Phonebook Management System - a user-friendly solution for organizing and managing your contacts in a hassle-free way. With our system, you can easily add, delete, and edit contacts, as well as search for specific contacts using a variety of search criteria.
Created a library in C with collection of functions (create,insert,remove,get,add,append,destroy,iterate,clear,getSize) All those functions capable of handling generic data, also introduced functionality for iteration.