Home » C++ Programming » Constants/Literals » Question
  1. What are the parts of the literal constants?
    1. strings and boolean values
    2. integer numerals
    3. floating-point numerals
    4. All of above
    5. None of these
Correct Option: D

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



Your comments will be displayed only after manual approval.