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
Explain how can I make sure that my program is the only one accessing a file?
What is enumerated data type in c?
Define circular linked list.
Why & is used in scanf in c?
How many bytes are occupied by near, far and huge pointers (dos)?
What is the use of bit field?
regarding pointers concept
Write a program to print fibonacci series using recursion?
What Is The Difference Between Null And Void Pointer?
Why does the call char scanf work?
What is adt in c programming?
What does *p++ do? What does it point to?
What are the application of void data type in c?
What is the difference between array and linked list in c?
Why enum is used in c?