判斷題#undef 命令可以取消定義一個名稱宏。()

您可能感興趣的試卷

你可能感興趣的試題

1.多項選擇題動態(tài)庫的制作包含哪幾個主要文件()

A..dll
B..lib
C..h
D..txt

2.多項選擇題下列中,不能實現(xiàn)刪除數(shù)組空間的代碼有()

A.int *a =new int[5];delete[]a;
B.int *a =new int;delete a;
C.int *a =new int{5};delete[]a;
D.int *a =new int;delete[]a;

3.多項選擇題函數(shù)定義步驟除了返回值類型,還有以下哪幾個步驟()

A.函數(shù)名
B.參數(shù)表列
C.函數(shù)體語句
D.return 表達式

4.多項選擇題下列哪些屬于常量指針()

A.const int *p=&a
B.int const *p=&a
C.int *const p=&a
D.int *p=&a

5.多項選擇題Cstdlib函數(shù)的用法()

A.tolower(字符)
B.atoi(字符串)
C.atol(字符串)
D.atof(字符串)