問題詳情

下列敘述,何者正確?
(A)機器語言中的十進位制及十六進位制數字的換算,一定不會損失精確度
(B)Regular expression可定義程式語言的文法
(C)C語言中的字串需要儲存其長度
(D)整數、字元、布林(Boolean)、及列舉型別(Enumeration type)都屬於Ordinal type

參考答案

答案:D
難度:適中0.43609
統計:A(11),B(12),C(29),D(58),E(0)

用户評論

安身立命】評論

ordinal 順序的

安身立命】評論

An ordinal data type is an ordered set in which every element, except the first element, has an immediate predecessor, and every element, except the last element, has an immediate successor.

安身立命】評論

Regular Expression(正則表達式)