Monday, 24 September 2012

How the processor registers can be used in C?


using keyword register we can use the process register in C.Basically process register is used to store variables those i want to access frequently.if these registers are not used in any other program,then those registers we used to allocate memory these variables.

No comments:

Post a Comment