15 April 2021 / C, PROGRAMMING, DATASTRUCTURE C언어: 배열의 주소를 함수의 매개변수로 선언하는 법 방법 1 int func1(int* param); 방법 2 int func1(int param[]);