Next: , Previous: , Up: Top   [Contents][Index]


12 Constants

A constant is an expression that stands for a specific value by explicitly representing the desired value. C allows constants for numbers, characters, and strings. We have already seen numeric and string constants in the examples.