Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 263 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 263 Bytes

Random-Password-Generator

A program that generates a random password of a given length. The program should prompt the user for a length, and then generate a password that contains a mix of uppercase and lowercase letters, numbers, and symbols using C language.