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
can anyone please tell about the nested interrupts?
What is union and structure in c?
Why is c called a mid-level programming language?
What are dangling pointers in c?
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.
What 'lex' does?
What is function pointer c?
What is the difference between c and python?
What is function prototype in c with example?
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
What are header files in c programming?
How many loops are there in c?
What is meant by inheritance?
Who developed c language and when?
Where can I get an ansi-compatible lint?