Dudes! Please help me with the "Password Generator" code that I posted, and where there is an error. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Dudes! Please help me with the "Password Generator" code that I posted, and where there is an error.

18th Jan 2023, 7:37 AM
Tail++
Tail++ - avatar
5 Answers
+ 1
You can copy paste code link here.. Some mistakes are : void main() // use int main; not void main. int N - 2000; // invalid; use int N = 2000; Srand(time(NULL)); // use small s in srand(); N = 2000 iterations may give time out. use a less value.. Also it may give unknown characters otherwise..
18th Jan 2023, 9:19 AM
Jayakrishna 🇮🇳
+ 3
Where you posted? Add here the link..?
18th Jan 2023, 8:29 AM
Jayakrishna 🇮🇳
+ 1
Look in the "Codes" tab on my page.
18th Jan 2023, 8:34 AM
Tail++
Tail++ - avatar
+ 1
Thank you!
18th Jan 2023, 11:50 PM
Tail++
Tail++ - avatar
+ 1
Thanks
20th Jan 2023, 12:57 AM
Tail++
Tail++ - avatar