-Constants refer to fixed values. They are also called as literals.
-C constants are also like normal variables.
-But, only difference is, constant values can't be modified by the program once they are defined.
-Constants may be belonging to any of the data type.