malloc, calloc, realloc, free malloc, calloc, realloc, free malloc메모리 블록을 할당동적할당으로 배열을 사용할 수 있다.int* arr1 = (int*)malloc(sizeof(int) * 10); for (int i = 0; i 아카이빙/C, C++ 2018.05.26