scanf ("%s",&str); *(pStr + i) = str; } for(i=0;i<3;i++) /*列出剛剛輸入字串的結果*/ { printf(" String[%d] = %s \n",i,*(pStr + i)); }
確定! 回上一頁