How the processor registers can be used in C ?
Answer Posted / anandam niranjan
cpu registers can be accessed faster than varibles in memory.
so we use processor registers to store frequently used variables
and this can be done by using the keyword "register" before
the declaration of variable as its storage class
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What extern c means?
What is the difference between Printf(..) and sprint(...) ?
How can I direct output to the printer?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
string reverse using recursion
How can I pad a string to a known length?
Write a program to generate random numbers in c?
What is the right type to use for boolean values in c? Is there a standard type?
Tell me with an example the self-referential structure?
What is sizeof c?
What is an lvalue in c?
What is call by value in c?
What is the maximum length of an identifier?
Explain what happens if you free a pointer twice?
Do you know the difference between exit() and _exit() function in c?