Q&A is closed
The const keyword is used to denote something is constant. It prohibits any future assignments to the variable or pointer.
const
const type variable-name [ = value];