单选题
若有定义:int aa[8],则以下表达式中不能代表数组元素a[1]地址的是 ______。
A、
&aa[0]+1
B、
&aa[1]
C、
&aa[0]++
D、
aa+1
【正确答案】
C
【答案解析】
提交答案
关闭