0
Why isn't this code working ? In description....
#include <stdio.h> #include <string.h> int main() { char str[40]; scanf("%s", str); printf("%s ", strrev(str)); return 0; }
9 Respostas
+ 2
strrev is not included in the string header file. You have to make it
+ 2
Alright, show me any code of your attempt
+ 1
Nah, you gotta make the function yourself
+ 1
Lol, you didn't even try and make the function. Do that in the playground, save it, and post a link to it here please.
0
What to do now ?
0
#include <strrev.h> brings error in code ...
0
Help me to do this friend
0
That is in description...
0
Holy jeez, just look at this code. Especially the bottom function and then when you understamd it, incorperate it in your own way
https://code.sololearn.com/c7AuJ95and2Z/?ref=app