How the processor registers can be used in C ?
Answer Posted / anandam niranjan
cpu registers can be accessed faster than varibles in memory.
so we use processor registers to store frequently used variables
and this can be done by using the keyword "register" before
the declaration of variable as its storage class
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the explanation for the dangling pointer in c?
What is a pragma?
What is the difference between text and binary i/o?
What is #line used for?
how many errors in c explain deply
What is selection sort in c?
What is c language in simple words?
What is meant by realloc()?
What oops means?
What is dangling pointer in c?
What does typeof return in c?
Is c call by value?
What does c value mean?
What are linker error?
explain what are actual arguments?