Constants in C

Constants are those tokens in C language whose value is fixed and does not change during the execution of a program. There are various types of constants in C.  Integer Constants These constants refer to a sequence of digits. Any representation can be used to specify an integer constant. Table -1 shows ways to specify … Read more