What are register variables? What are the advantages of using register variables?

C Programming Language >   Variable in C Language >   About Java Tutorial  

Long Question

2078


Answer:

If a variable is declared with a register storage class, it is known as register variable.The register variable is stored in the CPU register instead of main memory.Frequently used variables are declared as register variable as it's access time is faster.


This Particular section is dedicated to Question & Answer only. If you want learn more about C Programming Language. Then you can visit below links to get more depth on this subject.




Join Our telegram group to ask Questions

Click below button to join our groups.