InterviewSolution
Saved Bookmarks
| 1. |
What are the parts of the literal constants?(a) integer numerals(b) floating-point numerals(c) strings and boolean values(d) all of the mentionedThis question was posed to me in class test.The question is from Constants topic in division Types, Pointers, Arrays & Structures in C++ of C++ |
|
Answer» The CORRECT answer is (d) all of the mentioned |
|