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
Compare and contrast compilers from interpreters.
What is the 'named constructor idiom'?
What does the file stdio.h contain?
What is && in c programming?
By using C language input a date into it and if it is right?
Can you please explain the difference between syntax vs logical error?
What are the basic data types associated with c?
What is bss in c?
Why can arithmetic operations not be performed on void pointers?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
Explain about the constants which help in debugging?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
When should volatile modifier be used?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
Explain what is a stream?