Strrev function | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Strrev function

Hello programmers! Tell me how it work <strrev> function in C

21st Sep 2020, 11:11 AM
Vladimir Kushner
Vladimir Kushner - avatar
3 Answers
+ 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."
21st Sep 2020, 11:29 AM
Ipang
+ 2
None of the examples work from <stackoverflow.com>. Probably the Sololearn compiler is not support this function.
21st Sep 2020, 8:54 PM
Vladimir Kushner
Vladimir Kushner - avatar
0
strrev() is a function of <string,h> library file . it used for reverse an string. syntax: strrev(string_name).
21st Sep 2020, 12:24 PM
Rupali Haldiya
Rupali Haldiya - avatar