Write a function that will reverse a string in-place. Assume that the string is null-terminated.
void reverseString(char *aString)
{
{
Leave a comment
If you are including code in your comment, place it within a <div class='code'></div> tag for better formatting.
No Comments so far
Leave a comment