To learn C Language at first we need clear idea on What is a constant,variable and keyword in C?
Constant:
Constant:
Constant refers to the fixed value that do not change during the execution of program. A constant may be number , character or character string that can be used as a value in a program. To use constant to reprent integer,floating point or charcter value that can not be modified.
Constant divided into two major categories