int main() { //char *arr[5];//arr是存放字元指標的陣列 //int * arr2[4];//arr2是存放整型指標的陣列 int a = 10; int b = 20; int c = 30; ...
確定! 回上一頁