San

San

  • NA
  • 36
  • 6.6k

Need to reverse a string without StringRev()

Jun 6 2016 1:39 AM
I need to reverse a string as below using C#,
 
string original = "Hi How are you";
string reversed = "iH woH era uoy";
 
In sense each word must be reversed,
 
Can any one help me in this ? 
 

Answers (4)