A.a[1][0] B.a[1][1] C.a[2][0] D.a[2][1]
在面向對象的程序設計C++中,當用cin、cout輸入、輸出時程序頭部要()。
A.A B.B C.C
A.int&a[4]; B.int&*p; C.int&&q; D.inti,*p=&i;