關於動態內存分配與字符串操縱的問題總結

關於動態內存分配與字符串操縱的問題總結 函數 #include <stdio.h>指針 #include <stdlib.h> #include <string.h> #include <malloc.h>  main() {   char *p;   char *q;   char *w;   w=(char*)malloc(25*sizeof(char));   if(w==NULL) exi
相關文章
相關標籤/搜索