(int *)malloc(sizeof(int) * SizeOfArray);


int *malloc(sizeof(int) * SizeOfArray);


이두문장의 차이점을 알려주세요