Posts by Piero • 1 point
1 post
-
0
votes1
answer30
viewsQ: Revert a standard input line in C
I am trying to get the following output if the imput be: hi mom the output sera: eam io the code I made, trying to train recursion was: #include <stdio.h> void reverse(char *arr) { if (*arr !=…