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
What is ponter?
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);
Which programming language is best for getting job 2020?
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.. :(
Lists the benefits of c programming language?
What is string function c?
Differentiate between new and malloc(), delete and free() ?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
Why is c not oop?
Explain what is output redirection?
Which control loop is recommended if you have to execute set of statements for fixed number of times?
Why we write conio h in c?
What are pointers? Why are they used?
What is difference between && and & in c?
What is pass by reference in c?