malloc 不能返回動態內存

malloc 不能返回動態內存 關於malloc的理解:html #include <stdio.h> #include <stdlib.h> void getmemory(char *p) { p=(char *) malloc(100); strcpy(p,"hello world"); } int main( ) { char *str=NULL; getmemory(str
相關文章
相關標籤/搜索