Multiple Choice
The numeric data types in C++ are broken into two categories:
A) integer and floating- point.
B) long and short.
C) real and unreal.
D) numbers and characters.
E) singles and doubles.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: The expression 5 / 2 evaluates to<br>A)
Q4: The expression 5 / 2 evaluates to<br>A)
Q10: A variable must be defined<br>A)and initialized at
Q14: Variables represent storage locations in the computer's
Q17: A variable of the char data type
Q17: What value will be assigned to the
Q18: The is used to display information on
Q19: What literal(s)appear in the following C++ statement?
Q20: Which of the following is/are valid C++
Q22: The following two statements could be used