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
What are reserved words?
What Is The Difference Between Null And Void Pointer?
What are shell structures used for?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
Can a local variable be volatile in c?
What are the advantages and disadvantages of a heap?
GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA
How to declare pointer variables?
Why is this loop always executing once?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
What are the different types of control structures?
What is the scope of static variables in c language?
How do you list a file’s date and time?
Write a Program to find whether the given number or string is palindrome.
What is New modifiers?