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


Please Help Members By Posting Answers For Below Questions

Hi can anyone tell what is a start up code?

1624


What is the purpose of sprintf() function?

610


How to set file pointer to beginning c?

676


an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational

819


What is the purpose of the preprocessor directive error?

688






What is meant by recursion?

636


What is the difference between malloc calloc and realloc in c?

655


Do you know the difference between exit() and _exit() function in c?

614


what do you mean by inline function in C?

620


What do you mean by c?

597


Explain is it better to bitshift a value than to multiply by 2?

724


What is the use of putchar function?

655


Explain how do you view the path?

664


Describe the modifier in c?

610


What is string in c language?

630