Constant In C Language

Constants refers to the fixed values that do not change during the execution of a program. A “constant” is a number, character, or character string that can be used as a value in a program. Use constants to represent floating-point, integer, enumeration, or character values that cannot be modified. C supports several types of constants. … Read more