<< Back to the snippet list
Reverse of a string without using String Function()
This is a simple code snippet for reversing a string without using Reverse Function.For example we have a string "KUMAR" without using function we can reverse it using this code snippet.This code is given in both C# and Vb also.This is will be more helpful to the learners.If any queries please feel free to ask me hemanthlaxmi2011@live.com.
c#
vb.net