Constants

Constants are symbols that represent specific data values. The format of a constant depends on the data type of the value it represents. Constants are also called literals.

Constants can be either implicit or explicit. Implicitly typed constants can be strings, integers, numeric, or floating-point numbers. Explicit constants enable more accurate representation and more efficient system handling.