R

Ram Sharma • 193.86K 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.

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.