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

Explanation: Because these are the types USED to declare variables and so these can be DECLARED as CONSTANTS.



Discussion

No Comment Found

Related InterviewSolutions