Home / CSE MCQs / C++ - MCQs :: Discussion

Discussion :: C++ - MCQs

  1. How the constants are declared?
  2. A.
    const keyword
    B.
    #define preprocessor
    C.
    both a and b
    D.
    None of the mentioned

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    The const will declare with a specific type values and #define is used to declare user definied constants.


Be The First To Comment