單項(xiàng)選擇題要調(diào)用輸入輸出函數(shù)時(shí),在#include命令行中應(yīng)包含()

A.”stdio.h”
B.”string.h”
C.”math.h”
D.”ctype.h”


您可能感興趣的試卷

你可能感興趣的試題

2.單項(xiàng)選擇題下列各語(yǔ)句定義了數(shù)組,()是正確的。

A.inta[][]={1,2,3,4};
B.intx[2][2]={1,2,3,4,5};
C.intx[2][]={1,2,4,6};
D.intm[][3]={1,2,3,4,5,6};

4.單項(xiàng)選擇題若變量已正確定義,()不可以使指針p成為空指針。

A.p=NULL
B.p=0
C.p=’\0’
D.p!=0