Question: c programming Question 6 (Bonus Track) A strong password must contain: at least 8 characters long at least one uppercase alphabet A-Z at least one
Question 6 (Bonus Track) A strong password must contain: at least 8 characters long at least one uppercase alphabet A-Z at least one lowercase alphabet a-z at least a number 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 at least one symbol-!@#$%^&*()_-+= {][11:;":..?! Write a C program to validate whether a newly created password is strong. If not, your program should prompt the user to recreate a strong password that meets the above criteria
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
