Programming Tutorials

Comment on Tutorial - Reverse a String in C++ By Grant Braught



Comment Added by : vinay

Comment Added at : 2012-12-13 16:41:59

Comment on Tutorial : Reverse a String in C++ By Grant Braught
in this statement "void Reverse(string &theWord)"

if we pass only theWord only without & , the string is reversed , then why is needed here????


View Tutorial