Constants / Literals / Symbolic Constants of C Language

Literals/Constants are those whose value can not be changed during the execution of the program. In other words we can say that these are fixed values. It is used where we want a fix value that can’t be changed. When we try to change its value it gives an error stating constant value can’t be changed.

Type of constants

  1. Numeric Constant.
  2. Character Constant.
  3. String Constant.
  4. Punctuators/Separators/Delimiters

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply

Your email address will not be published. Required fields are marked *