Home » C++ Programming » Constants/Literals » Question
  1. How are the constants declared?
    1. #define preprocessor
    2. const keyword
    3. both const keyword and #define preprocessor
    4. All of above
    5. None of these
Correct Option: C

The const will declare with a specific type value and #define is used to declare user-defined constants.



Your comments will be displayed only after manual approval.