#include <stdlib.h>
int *a = (int*)malloc(n*sizeof(int)); // malloc()返回void*
// a为指针,也可以当成数组直接用
#include <stdlib.h>
int *a = (int*)malloc(n*sizeof(int)); // malloc()返回void*
// a为指针,也可以当成数组直接用
本文标题:malloc
本文链接:https://www.haomeiwen.com/subject/thnyeftx.html
网友评论