How the processor registers can be used in C ?
Answer Posted / sundeep
processor registers can be used to store variables which
are accessed frequently and if the registers are not used
by any other programs ,then those registers will be used to
allocate memory for those variabls.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What are all different types of pointers in c?
What functions are used in dynamic memory allocation in c?
What is wrong with this initialization?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
Which driver is a pure java driver
Explain about block scope in c?
Explain modulus operator.
Simplify the program segment if X = B then C ← true else C ← false
What are the 3 types of structures?
What is int main () in c?
how can use subset in c program and give more example
What are disadvantages of C language.
Why #include is used in c language?
what will be the output for the following main() { printf("hi" "hello"); }
How do shell structures work?