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
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
What is meant by recursion?
What is const keyword in c?
When should you not use a type cast?
How do you declare a variable that will hold string values?
Write a program of advanced Fibonacci series.
What do the functions atoi(), itoa() and gcvt() do?
write a program to concatenation the string using switch case?
Why can't I perform arithmetic on a void* pointer?
Can we initialize extern variable in c?
What is extern variable in c with example?
what is stack , heap ,code segment,and data segment
Give differences between - new and malloc() , delete and free() ?
using only #include
Write a program to reverse a given number in c language?