A. main B. MAIN C. name D. function
A.int B.float C.不确定 D.double
A.int*p() B.int(*p)() C.int*p[4] D.int(*p)[4]