若定义 int k, a[10], *p=a; 那么下面表达式不能被编译的是_______.

A.a++; B.p++; C.a[0] = k; D.p[0] = k;

时间:2023-12-01 10:07:56

相似题目