单选题 设int a [4];int *p=a,则sizeof (p)和sizeof (a)的值分别是______ 。
【正确答案】 D
【答案解析】[解析] a为数组,所以sizeof (a)为16。