A.p=m B.p=&m C.*p=&m D.p=*m
A.1 B.2 C.4 D.8
A.int Function(int a); B.void Function (char); C.int Function(a); D.void int(double* a);