C Const - Const in C Programming
Learn C - C tutorial - const in c programming - C examples - C programs
Const in C Programming
- Const is an identifier that identify a constant value.
- The word const is a keyword in c language that makes identifier constant.
- We can change the value of it’s at run time.