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 the difference between the local variable and global variable in c?
What are the 5 elements of structure?
What is clrscr in c?
The statement, int(*x[]) () what does in indicate?
How to Throw some light on the splay trees?
What is header file definition?
Is there sort function in c?
What is conio h in c?
What does & mean in scanf?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
What is the process of writing the null pointer?
Write a Program to find whether the given number or string is palindrome.
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What are the advantages of using linked list for tree construction?
Difference between Shallow copy and Deep copy?