要自行配置記憶體,C 可以使用 malloc ,它定義在stdlib.h,舉例來說,可以在程式中以動態方式 ... char *argv[]) { int *p = malloc(100); printf("空間位址:%p\n", ...
確定! 回上一頁