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


Please Help Members By Posting Answers For Below Questions

What is the use of void pointer and null pointer in c language?

866


What is the use of c language in real life?

788


a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above

1003


Is c# a good language?

799


What is volatile c?

785


What is the function of this pointer?

907


please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................

1768


What does malloc () calloc () realloc () free () do?

801


Can we declare function inside main?

770


What are structure members?

838


Is c high or low level?

789


What is pointers in c with example?

810


what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?

2125


Can a variable be both static and volatile in c?

814


What is the best style for code layout in c?

842