Home » C Programming » Variables » Question
  1. Which keyword is used to prevent any changes in the variable within a C program?
    1. volatile
    2. const
    3. mutable
    4. immutable
    5. None of these
Correct Option: B

const is a keyword constant in C program.



Your comments will be displayed only after manual approval.