C program to print the possible maximum words from a given string | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

C program to print the possible maximum words from a given string

Example Input:hello Output:hello helol hello heoll .............................................................. https://code.sololearn.com/cWp0x7cP3VlI/?ref=app

9th Mar 2019, 9:07 AM
Punnam Ruthvik Reddy
4 Answers
+ 10
I believe the proper term for what you're attempting to do is "permutations". I'm not sure about C, but I know that C++ has tools for this that can be used after including a specific library.
10th Mar 2019, 8:02 PM
Fox
Fox - avatar
+ 8
Hello, 😊 Please, if you want us to help you, then show us your attempt, what you don't understand exactly, where you are struggling, it will be much easier!👍😉   • SEARCH for similar QUESTIONS or ANSWERS before posting;   • Follow community RULES: https://www.sololearn.com/Content-Creation-Guidelines/ https://www.sololearn.com/post/10362/?ref=app https://code.sololearn.com/WvG0MJq2dQ6y/ https://www.sololearn.com/Discuss/1082512/?ref=app
9th Mar 2019, 9:26 AM
Danijel Ivanović
Danijel Ivanović - avatar
+ 3
Please show us your attempt first
9th Mar 2019, 9:13 AM
Seniru
Seniru - avatar
+ 3
I inserted my code I tried Can u help it now
9th Mar 2019, 9:43 AM
Punnam Ruthvik Reddy