How to reverse a string in c without using reverse function. #include<stdio.h>. int main(){. char str[50];. char rev[50];. int i=-1,j=0;.
確定! 回上一頁