C program to reverse string ; int main(){ ; char str[20],rev[20]; ; int i,j; ; "Enter a string:"); ; for(i=strlen(str)-1,j=0;i>=0;i--,j++)
確定! 回上一頁