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
What does the c in ctime mean?
Write a progarm to find the length of string using switch case?
What is the difference between Printf(..) and sprint(...) ?
What is the use of function overloading in C?
Explain what is the heap?
What is indirection? How many levels of pointers can you have?
string reverse using recursion
What are types of preprocessor in c?
What are the back slash character constants or escape sequence charactersavailable in c?
What is the explanation for modular programming?
Which is best book for data structures in c?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
Explain what is the purpose of "extern" keyword in a function declaration?
Explain high-order bytes.
What is the purpose of void in c?