Which keyword is used to prevent any changes in the variable within a C program?
Answer: C
const is a keyword constant in C program.