malloc.c. #include <stdio.h> #include <stdlib.h> int main() { char* ch = NULL; ch = (char*)malloc(sizeof(char)); return 0; }. 我們增加的是指標 ...
確定! 回上一頁