Home / CSE MCQs / C-MCQs :: Discussion

Discussion :: C-MCQs

  1. Which keyword is used to prevent any changes in the variable within a C program?
  2. A.
    immutable
    B.
    mutable
    C.
    const
    D.
    volatile

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    const is a keyword constant in C program.


Be The First To Comment