What I think const does

I believe the ‘const’ is short for constant, and I believe it tells the compiler that this variable should constantly remain what you have declared it as.

Privacy & Terms