函数及定义与指针问题c++

typedef double funt (double);
funt fun13, pfun;
A、pfun=fun13
B、
pfun=fun13
C、pfun=funt
D、fun13=funt