1.

What Is The Use Of Register Keyword With The Variables?

Answer»
  • Register keyword signifies that of POSSIBLE to store variable in the register than store it in register. 
  • Variables are usually stored in STACKS and are passed to and fro to PROCESSOR whenever required.
  • Also register keyword when used redused CODE size which is an important thing in embeded SYSTEM.



Discussion

No Comment Found