+ 1
Use <strrev> function
What does it mean??? The SoloLearn compiler doesn't work correctly or I'm doing mistake? See code example - "Extra-Terrestrials"
5 Antworten
+ 4
I guess you missed the import statement!
Just add this in the beginning:
#include<string.h>
+ 3
Vladimir Oo yaah
You are right!
It's not working!
So now you can use a simple for loop to reverse the string! 😃
+ 2
It doesn't help)
+ 2
see my example carefully