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
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
Which is best linux os?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
write a program in c language to print your bio-data on the screen by using functions.
What is the purpose of scanf() and printf() functions?
What is function in c with example?
What is wrong with this program statement?
Do pointers take up memory?
Find MAXIMUM of three distinct integers using a single C statement
What is the general form of #line preprocessor?
Describe the order of precedence with regards to operators in C.
How can I read/write structures from/to data files?
Disadvantages of C language.
What is the full form of getch?