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


Please Help Members By Posting Answers For Below Questions

Disadvantages of C language.

649


Why c is called free form language?

561


Why doesnt the call scanf work?

658


What are examples of structures?

583


Without Computer networks, Computers will be half the use. Comment.

1861






Explain how can you avoid including a header more than once?

591


What is wrong with this program statement? void = 10;

809


When the macros gets expanded?

776


What are volatile variables in c?

512


Write a program in c to replace any vowel in a string with z?

680


what is the significance of static storage class specifier?

1650


What is the use of #define preprocessor in c?

607


What is variable in c example?

586


Why header files are used?

634


Why isnt there a numbered, multi-level break statement to break out

581