How the processor registers can be used in C ?
Answer Posted / sundeep
processor registers can be used to store variables which
are accessed frequently and if the registers are not used
by any other programs ,then those registers will be used to
allocate memory for those variabls.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Is array name a pointer?
What does the format %10.2 mean when included in a printf statement?
What is the difference between struct and union in C?
Why is c called a structured programming language?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
Write program to remove duplicate in an array?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
What is dynamic dispatch in c++?
What is the difference between procedural and functional programming?
Subtract Two Number Without Using Subtraction Operator
What are the 4 types of organizational structures?
what will be maximum number of comparisons when number of elements are given?
Explain Function Pointer?
What does sizeof function do?
What is an identifier?