I want to reverse a string in c# using inbuilt function.
I need 2 different kinds of output:
I/p: "BAD IS GOOD"
o/p-1: GOOD IS BAD [reverse the whole string]
o/p-2:DAB SI DOOG[reverse a words in a string]
I want to reverse a string in c# using inbuilt function.
I need 2 different kinds of output:
I/p: "BAD IS GOOD"
o/p-1: GOOD IS BAD [reverse the whole string]
o/p-2:DAB SI DOOG[reverse a words in a string]