+ 1
C reverse program
gets(stdin) issue How to get the output? https://code.sololearn.com/cAts6DETKU54/?ref=app https://code.sololearn.com/cAts6DETKU54/?ref=app
2 Réponses
+ 4
char str[50];
    FirstReverse(gets(str));
// getch();
// } 
    return 0;
+ 1
Thanks a ton!! It workssss đ



