Answer:
Constants are like a variable, except that their value never changes during execution once defined. ... Constants in C are the fixed values that are used in a program, and its value remains the same during the entire execution of the program. Constants are also called literals.