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


Please Help Members By Posting Answers For Below Questions

What language is c written?

758


What are the disadvantages of external storage class?

819


#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??

1761


How can I read/write structures from/to data files?

760


I have a varargs function which accepts a float parameter?

799


What is double pointer in c?

773


How do I send escape sequences to control a terminal or other device?

844


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

808


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.

1765


Does c have function or method?

802


Compare array data type to pointer data type

826


What's a good way to check for "close enough" floating-point equality?

855


Explain continue keyword in c

783


Explain how can I convert a number to a string?

871


In C programming, what command or code can be used to determine if a number of odd or even?

836