您可能感興趣的試卷
你可能感興趣的試題
A.ps+1
B.*(ps+3)
C.ps[0][2]
D.*(ps+1)+3
A.charstr[5]="good!";
B.charstr[]="good!";
C.char*str="good!";
D.charstr[5]={’g’,’o’,’o’,’d’};
A.fopen("A:\user\abC.txt","r")
B.fopen("A:\\user\\abC.txt","r+")
C.fopen("A:\user\abC.txt","rb")
D.fopen("A:\\user\\abC.txt","w")
A.p=2*(int*)malloc(sizeof(int));
B.p=(int*)malloc(2*sizeof(int));
C.p=(int*)malloc(2*2);
D.p=(int*)calloc(2,sizeof(int))。
A.auto
B.register
C.static
D.extern
最新試題
Windows98常用的操作工具有()。
下列關(guān)于存儲(chǔ)器的敘述中正確的是()。
下列等式中,正確的是()。
Windows98是()位單用戶多任務(wù)操作系統(tǒng)。
將指令中的操作碼翻譯成相應(yīng)的控制信號(hào)的部件稱為()器。
能把高級(jí)語(yǔ)言源程序翻譯成目標(biāo)程序的處理程序是()。
關(guān)閉計(jì)算機(jī)正確敘述是()。
Windows98的窗口主要有()。
在Windows環(huán)境下,要設(shè)置屏幕保護(hù),可在()中進(jìn)行。
在windows操作系統(tǒng)中,回收站是硬盤的一個(gè)區(qū)域。