C Constants

Constants

If you don’t want others (or yourself) to change existing variable values, you can use the const keyword.

This will declare the variable as “constant”, which means unchangeable and read-only: Continue reading C Constants