const variable in C++

The const keyword specifies that the variable cannot be modified after initialization; the variable is protected from modification thereafter.