Why my code couldn't be solved, although string.h, using strrev function? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

Why my code couldn't be solved, although string.h, using strrev function?

It does not want to accept strrev() function in printf statement. https://code.sololearn.com/cSN1Cm2428to/?ref=app

11th May 2022, 11:56 AM
Egor Tonchev(EGO)
Egor Tonchev(EGO) - avatar
3 Answers
+ 8
Thanks,Bob_Li
11th May 2022, 12:10 PM
Egor Tonchev(EGO)
Egor Tonchev(EGO) - avatar
+ 4
google strrev(). Functions strrev() including some other string functions such as like strupr(), strlwr(), strrev(), which are only available in ANSI C (Turbo C/C++) and are not available in the standard C-GCC compiler. It's not about the system. It is about the C compiler you are using.
11th May 2022, 12:06 PM
Bob_Li
Bob_Li - avatar
11th May 2022, 12:18 PM
Bob_Li
Bob_Li - avatar