How the processor registers can be used in C ?
Answer Posted / rahul singh
ACTUALLY PROCESSOR REGISTER ARE USED TO STORE THE DATA OR
RESULT DURING THE EXECUTION OF THE PROGRAM. PROCESSOR
REGISTER ARE CALLED MEMORY REGISTER.THE ACCESS TIME OF THIS
MEMORY IS VERY FAST.
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Can you define which header file to include at compile time?
What is "Duff's Device"?
What is adt in c programming?
What are the different types of endless loops?
Explain can static variables be declared in a header file?
Explain how can I convert a string to a number?
how can I convert a string to a number?
Explain what is the difference between the expression '++a' and 'a++'?
write a c program to find the sum of five entered numbers using an array named number
Why C language is a procedural language?
Is register a keyword in c?
What is pointers in c with example?
Explain is it better to bitshift a value than to multiply by 2?
Can we change the value of #define in c?
What is difference between main and void main?