注意:此页面搜索的是所有试题
已知char s[20]= ”programming”, *ps=s;则不能引用字母o的表达式是______

A.ps+2
B.s[2]
C.ps[2]
D.ps+=2, *ps

参考答案