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

Given int x[]={1, 2, 3, 4, 5, 6, 7, 8, 9, 0},*p=x,k; and k is larger than or equal to 0 and less than 10, which one of the following is a wrong reference to the array element x[k]?


A、*(x+k);
B、p+k;
C、x[p-x+k];
D、*(&x[k])

发布时间:2025-07-19 07:27:25
推荐参考答案 ( 由 快搜搜题库 官方老师解答 )
联系客服
答案:p+k
专业技术学习
专业技术学习
搜搜题库系统