Home / Report Question

Q. Choose right statement
  • A. Variable a is stored in CPU registers for fast access.
  • B. Variable a is converted to int and then stored in a CPU register.
  • C. register Storage Class is ignored and treated as auto float a = 3.14f;
  • D. You get a compiler error as you can not store non integer value in a CPU register.

Correct Answer: C