I’m working on a project for testing password strength in C. I need help in generating a string using loops I did it quite a few times I am having a issue like I can’t crack a code which is smaller than the string size, Any suggestion?
I created the loops a string size long but it’s starting at the back end of the string and is always string capacity long like string[12]=”12345678901″ and so on
New contributor
Faheem Mohd Parray is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.