How the processor registers can be used in C ?
Answer Posted / wolverine
register data type variablename; // to use processor registers
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Should I learn data structures in c or python?
Where we use clrscr in c?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
Explain the concept and use of type void.
What is the difference between far and near ?
What is the difference between functions getch() and getche()?
how do you execute a c program in unix.
Explain what is a 'locale'?
What is the difference between Printf(..) and sprint(...) ?
how to find anagram without using string functions using only loops in c programming
How many types of arrays are there in c?
What are keywords c?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
What is meant by preprocessor in c?
What is a rvalue?