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
How many levels of indirection in pointers can you have in a single declaration?
What is new line escape sequence?
How do you view the path?
What is memory leak in c?
What is calloc()?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
What is a scope resolution operator in c?
What is New modifiers?
How many types of operators are there in c?
which is an algorithm for sorting in a growing Lexicographic order
Explain what happens if you free a pointer twice?
What does c mean in standard form?
What is data structure in c language?
If you know then define #pragma?
What is the scope of global variable in c?