第21201题 单选题
已知int类型变量a、int*类型变量p,下列赋值语句不符合语法的是?
A

(p + a) = p;

B

*(p - a) = a;

C

p + a = p;

D

p = p + a;

程序运行统计
暂无判题统计