예를 들어


int fibo(const int n){

int arr1[n]; 

...

}


아주 일부분만 나타낸건데


함수를 만들때 파라미터로 받은 정수를 이용해 배열을 만들고자 할때 바로 못넣음??