A.10,64
B.10,10
C.64,10
D.64,64
A.7
B.8
C.9
D.10
A.void (*pf)(); pf=fun;
B.void *pf(); pf=fun;
C.void *pf(); *pf=fun;
D.void (*pf)(int,char);pf=&fun;