Well!! I'm a ameature programmer. Can somebody help me reversing the string as:
"ylpey ni egassem etouq" to "quote message in reply""
thank you.

It has nothing to do with your previous question. Why put it hear.
Find its length, with a for loop.

for ( i = 0 ; i < length/2 ; i++ )
{
//swap ith char with length -1- ith char
}

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.