What const means

Hi there,
I think const is short for constant, meaning if you declare a variable " const int a = 7; "
Anything below that declaration will always have a = 7.

This is a guess haha

Privacy & Terms