Right Click to Search

Monday, July 19, 2024

Register Storage Class in Programming




Register Storage Class
  1. Register is used to define Local Variable.
  2. Local Variable stored in Register instead of RAM.
  3. As Variable is stored in Register so Maximum size of variable = Maximum Size of Register
  4. Unary Operator [&] is not associated with it because Value is not stored in RAM instead it is stored in Register.
  5. This is generally used for faster access.
  6. Common use is "Counter"
{
register int count;
}

Tags / Keywords : |

Stumble
Delicious
Technorati
Twitter
Facebook

0 Comments:

Post a Comment

Your Feedback :This is Growing Site and Your Feedback is important for Us to improve the Site performance & Quality of Content.Feel Free to contact and Please Provide Name & Contact Email

 

Learn C Programming Copyright © 2010 LKart Theme is Designed by Lasantha, Free Blogger Templates