注意:此页面搜索的是所有试题
题目内容
(中北大学C语言程序设计)
若有:int a[6]={4,5,6,7,8,9},*p=a, *q=p; 则对数组元素的错误引用是( )。(2分)
Aa[4]
B*(p+4)
C*q++
D*a++
Aa[4]
B*(p+4)
C*q++
D*a++
参考答案