Google News
logo
CPP - Quiz(MCQ)
What are the parts of the literal constants in C++?
A)
integer numerals
B)
floating-point numerals
C)
strings and boolean values
D)
All of the above

Correct Answer :   All of the above


Explanation : Because these are the types used to declare variables and so these can be declared as constants.

Advertisement