A.地址傳遞 B.單向值傳遞 C.由實(shí)參傳給形參,再由形參傳回給實(shí)參 D.由用戶指定傳遞方式
A.int B.float C.double D.不能確定
A.int *p; B.int **p; C.int(*p)[4]; D.int *p[4];