摘要: 通過(guò)派生類的對(duì)象可直接訪問(wèn)其[閱讀全文:]
摘要: 已知類MyClass聲明如下:class MyClass{int n;public:MyClass(int k):n(k){}int getValue()const{[閱讀全文:]
摘要: 已知函數(shù)fun的原型為int fun(int,int,int);下列重載函數(shù)原型中錯(cuò)誤的是[閱讀全文:]
摘要: 已知有數(shù)組定義char a[3][4];下列表達(dá)式中錯(cuò)誤的是[閱讀全文:]
摘要: 有如下程序段:int i=5;while(int i=0){cout<<‘*’;i--;}運(yùn)行時(shí)輸出“*”的個(gè)數(shù)是[閱讀全文:]
摘要: 有如下程序段:int i=4;int J=1:int main(){int i=8,J=i;cout<<i<<j<<endl;}運(yùn)[閱讀全文:]
摘要: 下列描述中,不屬于面向?qū)ο笏枷胫饕卣鞯氖?a href="http://qqwwdd.top/doc-view-631430.html" target="_blank" class="clink">[閱讀全文:]
摘要: 下面敘述中錯(cuò)誤的是[閱讀全文:]
摘要: 要建立文件流并打開當(dāng)前目錄下的文件file.dat用于輸入,下列語(yǔ)句中錯(cuò)誤的是[閱讀全文:]
摘要: 若用如下的SQL語(yǔ)句創(chuàng)建一個(gè)student表: CREATE TABLE student(NO C(4)NOT NULL,NAME C(8)NOT NULL[閱讀全文:]