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 language is c written?
What are the disadvantages of external storage class?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
How can I read/write structures from/to data files?
I have a varargs function which accepts a float parameter?
What is double pointer in c?
How do I send escape sequences to control a terminal or other device?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
Does c have function or method?
Compare array data type to pointer data type
What's a good way to check for "close enough" floating-point equality?
Explain continue keyword in c
Explain how can I convert a number to a string?
In C programming, what command or code can be used to determine if a number of odd or even?