int arr[5];
int* arr2 =(int*)malloc(sizeof(int)*5);

이 두개의 차이가 머임?

- dc official App