單項選擇題

請問下面的sizeof值是多少?()(32位windowOSandCPU編譯環(huán)境)

A.4,4,8,12
B.4,4,8,16
C.1,4,8,8
D.1,4,8,12


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題

請寫出下列代碼的輸出內(nèi)容()

A.10,11,110
B.10,12,110
C.10,11,120
D.10,12,120

3.單項選擇題

32位Windows下程序輸出結(jié)果是什么()

A.45
B.67
C.89
D.其他值

4.多項選擇題以下哪些函數(shù)能拋出exceptions#include()

A.voidoperate()throw(logic_error)
B.intmathOper(int)throw(underflow_error,overflow_error)
C.charmanip(string)throw()