| This qualifier identifies a constant, indicating that the object will not be modified. This allows the compiler to refuse to modify the object; it also allows the compiler more freedom in making optimizations. Note that initializing an object is not the same as modifying the object. For example, the following is perfectly legal: | |
|