#include <stdio.h> int main() { char str1[50]; char revstr[50]; char *stptr = str1; char *rvptr = revstr; int i=-1; printf("\n\n Pointer ...
確定! 回上一頁