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
Address Book Management System — A C-based application to store, search, add, edit, and delete contact details efficiently using file handling and data structures through a simple command-line interface.
Developed a Password Strength Checker in C that analyzes password complexity and categorizes passwords as Weak, Medium, or Strong. The program validates passwords using security criteria such as minimum length, character diversity, numeric digits, and special symbols, promoting better cybersecurity practices.