单项选择题

设有定义:char p[]='1','2','3',,*q=p;,以下不能计算出一个char型数据所占字节数的表达是()。

A. sizeof(p)
B. sizeof(char)
C. sizeof(*q)
D. sizeof(p[0])