注意:此页面搜索的是所有试题
题目内容
(延安大学会计学基础)
如有定义:int a[10],*p=a;以下正确的使用是( )。
·a[10]=5
·a=5
·*(p+1)=5
·p[5]=&a[5]
·a[10]=5
·a=5
·*(p+1)=5
·p[5]=&a[5]
参考答案