Const meaning

I believe const means constant so when you put const before a variable your causing the variable to become a constant variable so it cannot be changed by a statement such as
c = 4; or something.

Privacy & Terms