A.const float PI;PI=3.14f; B.const float PI=3.14f; C.float const PI;PI=3.14f; D.float const PI=3.14f;
A.編寫程序時 B.編譯時 C.運行時 D.最終用戶發(fā)出請求時
A.string str="Tom\’s Living Room"; B.string str="Tom’s Living Room"; C.string str("Tom’s Living Room"); D.string str("Tom"s Living Room");