( )下列 C/C++程式片段,輸出結果何者正確? (1)1 (2)2 (3)3 (4)4。 int x=3; int a[]={1,2,3,4}; int *z; z=a; z=&x; cout<<*z<<"\n"; (3) 15. ( )下列 C/C++程式片段, ...
確定! 回上一頁