Variables And Data Types In C Plus Plus - Study Mode
[#66] How many characters are specified in the ASCII scheme?
Correct Answer
(B) 128
[#67] Which is used to indicate single precision value?
Correct Answer
(A) F or f
[#68] 0946, 786427373824, 'x' and 0X2f are . . . . . . . . and . . . . . . . . literals respectively.
Correct Answer
(D) octal, decimal, character, hexadecimal
[#69] In which type do the enumerators are stored by the compiler?
Correct Answer
(B) integer
[#70] The value 132.54 can be represented using which data type?
Correct Answer
(A) double