+ 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
4 Réponses
+ 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.
+ 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
+ 3
Please show us your attempt first
+ 3
I inserted my code I tried
Can u help it now