Constants

A constant in C is a fixed value which does not change during the execution of a program. C support several types of constants as under:
The basic classification of constant is:
Numeric Constants and Character Constants
These are further classified as:
Numeric Constants:
  • Integer
  • Real
Character Constants:
  • Single Character
  • String

No comments:

Post a Comment