单项选择题

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

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