How the processor registers can be used in C ?

Answer Posted / om prakash mishra

in C,processor registers can be used by keyword
register...however,this keyword is a request not a command
to compiler to make use of processor register.snce the
processor register are very limited therefore a compiler
can skip the register keyword.

Is This Answer Correct ?    10 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is ponter?

1052


What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

1604


Which programming language is best for getting job 2020?

803


A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(

2024


Lists the benefits of c programming language?

843


What is string function c?

806


Differentiate between new and malloc(), delete and free() ?

927


PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM

1979


Why is c not oop?

764


Explain what is output redirection?

914


Which control loop is recommended if you have to execute set of statements for fixed number of times?

1113


Why we write conio h in c?

776


What are pointers? Why are they used?

884


What is difference between && and & in c?

874


What is pass by reference in c?

884