Write a program to reverse the word in a given multiword string.There were some constraint like dont take any other array or string.we had to reverse the word at its place. For ex: Hello world then o/p will be "olleH dlrow"
Sigiloso
Corection above code: for ( int i = length; i > 0; i-- )