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
How can you invoke another program from within a C program?
How to draw the flowchart for structure programs?
Explain that why C is procedural?
What are near, far and huge pointers?
How can you increase the size of a dynamically allocated array?
What is openmp in c?
What is dangling pointer in c?
What are register variables in c?
What is the explanation for the dangling pointer in c?
How can you return multiple values from a function?
I heard that you have to include stdio.h before calling printf. Why?
What is the difference between exit() and _exit() function in c?
Why is not a pointer null after calling free?
Why c is called object oriented language?
Why we use int main and void main?