Regarding the following statement which of the statements is true?
const int a = 100;
Answer: C
Because the const is used to declare non-changeable values only.