cppreference.com > C/C++ Keywords > const
const

The const keyword can be used to tell the compiler that a certain variable should not be modified once it has been initialized.