更新时间:2023-07-11 23:25
strrev用于反转字符串。strrev属于非标准函数,部分编译器不予支持。
string strrev ( string )
Returns string , reversed.
string The string to be reversed.
Returns the reversed string.
Example#1 Reversing a string with strrev()
printf