動態內存函數malloc,calloc,realloc的應用

malloc:web # define _CRT_SECURE_NO_WARNINGS 2 # include <stdio.h> # include <stdlib.h> int main () { int i=0; int *p=NULL; int num=0; scanf("%d",&num); p=(int *)malloc(num*sizeof(int)); if(p==NU
相關文章
相關標籤/搜索