Multiple choice

Which of the following is not stored in CPU memory?

  1. auto

  2. extern

  3. static

  4. register

  5. none of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

register variables are stored in register memory. register is a storage specifier used to enable faster access of a variable.