Multiple Choice
Which keyword is used to prevent any changes in the variable within a C program?
A) immutable
B) mutable
C) const
D) volatile
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q38: Which of the following is not an
Q39: Which of the following is not a
Q40: Which among the following is NOT a
Q41: Which of the following declaration is illegal?<br>A)char
Q42: Why do variable names beginning with the
Q43: Which of the following is not a
Q44: Comment on the following statement n =
Q45: What will be the value of the
Q46: Which is correct representation of C statement?
Q48: enum types are processed by _<br>A)Compiler<br>B)Preprocessor<br>C)Linker<br>D)Assembler