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 use of void pointer and null pointer in c language?
What is the use of c language in real life?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
Is c# a good language?
What is volatile c?
What is the function of this pointer?
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
What does malloc () calloc () realloc () free () do?
Can we declare function inside main?
What are structure members?
Is c high or low level?
What is pointers in c with example?
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
Can a variable be both static and volatile in c?
What is the best style for code layout in c?