+ 1
Strrev function
Hello programmers! Tell me how it work <strrev> function in C
3 ответов
+ 4
Quoted from https://stackoverflow.com/questions/8534274/is-the-strrev-function-not-available-in-linux
"strrev() is not part of any C standard but it is commonly included in some library implementations."
+ 2
None of the examples work from <stackoverflow.com>. Probably the Sololearn compiler is not support this function.
0
strrev() is a function of <string,h> library file . it used for reverse an string.
syntax: strrev(string_name).