A. *(a+1) B. *(a[3]+2) C. a[1]+3 D. a[0][0]
A. if (x>y); B. if (x= =y) x+y; C. if (x! = y) cin>>x else cin>>y; D. if(x
A. 基本语句 B. 复合语句 C. 空语句 D. 语句序列