You may be able to find more up-to-date versions of some of these notes at ... *p) 3 { 4 *p = 5; /* produces compile-time error */ 5 printf("%d\n", *p); 6 }.
確定! 回上一頁