A.实数型 B.实数指针型 C.函数指针型 D.数组型
s=27
A.1~19 B.1~20 C.0~19 D.0~20
A.int *p=calloc(10,2); B.int *p=calloc(10); C.int *p=calloc(10,4); D.int *p=malloc(10)