A.2 B.3 C.5 D.6
A.floata[4]; B.inta[]={1,2,3,4,5}; C.inta[]={1,2,3}; D.inta[4]={1};
A.p2=p1; B.p2=**p1; C.p2=&p1; D.p2=*p1;