What does const do

I think const will make the variable constant. Compiler will throw error if you try to change it.

Privacy & Terms