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
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
I heard that you have to include stdio.h before calling printf. Why?
What are the applications of c language?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
what is the format specifier for printing a pointer value?
Write a program to print “hello world” without using semicolon?
What is the meaning of typedef struct in c?
What are local static variables? How can you use them?
how to write a c program to print list of fruits in alpabetical order?
What is the benefit of using an enum rather than a #define constant?
Where local variables are stored in c?
What are register variables? What are the advantage of using register variables?
What is actual argument?
How can I automatically locate a programs configuration files in the same directory as the executable?