5
Reply

reverse the words of a string

Lakshmi Reddy 0

Lakshmi Reddy 0

Feb 23 2012 7:31 AM
1.1k
Hi all,
I have a string like
string str = "I love Microsoft very much";

and then I want output as follows (beware of uppercase and lowercase):

much very Microsoft love I

How do I do this in C# ?

waiting for your reply.

Answers (5)