I have to alphabatesize the words in a string. I have the string which is fixed and loads into a register. Now the compiler has to print the words in alphabetic order.
For eg
Inpt: How are you
Output:are How you.
Please help me. I am struggling with it.