指針動態分配空間malloc()

#include<stdio.h> #include<stdlib.h> #include<string.h> int main() { char *p = (char*)malloc(sizeof(char)*100); if(NULL==p){ printf("the malloc is error\n");
相關文章
相關標籤/搜索