int *p = calloc(1, sizeof(int));. 若要釋放記憶體,可以使用 free 函式,以下使用一個簡單的程式來示範動態配置的使用: #include <stdio.h> #include <stdlib.h> ...
確定! 回上一頁