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
writ a program to compare using strcmp VIVA and viva with its output.
How does #define work?
What is a lookup table in c?
what will be maximum number of comparisons when number of elements are given?
What do you mean by command line argument?
Explain what is a stream?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
What is a c token and types of c tokens?
Differentiate between Macro and ordinary definition.
What are the uses of null pointers?
Is int a keyword in c?
How can I determine whether a machines byte order is big-endian or little-endian?
Does * p ++ increment p or what it points to?
Why is extern used in c?
What is null in c?