Multiple choice

Global variables that are declared static are ____________. Which one of the following correctly completes the sentence above?

  1. Deprecated by Standard C.

  2. Internal to the current translation unit.

  3. Visible to all translation units.

  4. Read-only subsequent to initialization.

  5. Allocated on the heap.

Reveal answer Fill a bubble to check yourself
E Correct answer