Advertisement Remove all ads
Advertisement Remove all ads
Advertisement Remove all ads
One Line Answer
Write a short note on the const keyword with an example.
Advertisement Remove all ads
Solution
const is the keyword used to declare a constant, const keyword modifies/restricts the accessibility of a variable. So, it is known as an Access modifier.
Concept: Lexical Units (Tokens)
Is there an error in this question or solution?