What const means

I think that a const stops you from changing the value of the variable. When I tried to assign a constant a new value, the compiler gave me an error message.

Privacy & Terms