Constants In C Language with Example
Constants in programming languages are the things whose values remains unchanged. We use constants in programming languages for those values , which we do not afford to change during program execution.
There are three types of constants in C Language
Integer constants
Floating Point Constants
Character Constants