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 is volatile variable in c?
What is function and its example?
Why is main function so important?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
What are different storage class specifiers in c?
write a program for the normal snake games find in most of the mobiles.
Explain what is the difference between null and nul?
What is scope rule in c?
What does sizeof function do?
What is the difference between printf and scanf )?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
What are the application of void data type in c?
What are the types of functions in c?
What are the types of type specifiers?