+ 2
Use string function
Hello everyone! How to make a function that reverse the any word?
5 Antworten
+ 1
Cool! And if you use a from the standard library "strrev". I need to solve the Sololearn task.
+ 1
Easy easiest )
+ 1
what is the language?
+ 1
C
+ 1
Loop over your string and print it out letter by letter from the last to the first.
Strrev is not a standard C function nowadays.