Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

const-qualified Objects

Objects that are const\-qualified have scope and can be type-checked by the compiler. Because these are named objects (unlike macro definitions), some debugging tools can show the name of the object. The object also consumes memory.

...