Multiple Choice
Besides the decimal number system that is most common (base 10) , two other number systems that can be used in C++ programs are
A) octal and fractal
B) octal and hexadecimal
C) base 2 and base 4
D) base 2 and binary
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q11: Escape sequences are always stored internally as
Q12: What will be the output after the
Q13: What will the following code display?<br>Cout <<
Q15: What will the following code display?<br>Cout <<
Q17: Because C++ is case-sensitive, all programs must
Q18: In C++ you are required to name
Q19: The data type used to declare variables
Q20: In programming, the terms "line" and "statement"
Q20: C++ 11 introduced an alternative way to
Q21: When typing your source code into the