strrev() isn't working in C compiler? I've also included string.h library | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

strrev() isn't working in C compiler? I've also included string.h library

25th Dec 2019, 8:24 AM
Jay Domadia
Jay Domadia - avatar
2 ответов
+ 2
strrev only works in windows, and sololearn just changed their servers from windows to linux. so it wouldn't work again here.
26th Dec 2019, 7:35 PM
Shen Bapiro
Shen Bapiro - avatar
+ 5
strrev is a non standard function, there is no guarantee that it even exists on a compiler.
25th Dec 2019, 8:36 AM
Dennis
Dennis - avatar