请在 下方输入 要搜索的题目:

Given int a[5],*p=a; which one of the following is a correct reference to the address of an element in array a ?


A、p+5;
B、*a+1;
C、&a+1;
D、&a[0]

发布时间:2025-05-11 09:44:26
推荐参考答案 ( 由 快搜搜题库 官方老师解答 )
联系客服
答案:&a[0]
专业技术学习
专业技术学习
搜搜题库系统