A

Admin • 802.91K Points
Coach

Q. Choose right statement

Code:
register float a = 3.14f;
  • (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 - Option(C)
  • Views: 7
  • Filed under category C Programming
  • Hashtags:

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.