东北大学 / 高级语言程序设计基础
正确率:100%
设有定义:int a=1,*p=&a; float b=2.0; char c=‘A’; ,以下不合法的运算是()。
A.p++
B.a--
C.b++
D.c--
参考答案:
A.p++
B.a--
C.b++
D.c--