함수포인터
int (*f)(int, int) 에서 int * f () 4 2 1 3 함수 선언을 적어놓고 이름만 (*func _name) int (*f[3])(int,int) 5 3 1 2 4