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
Why does not c have an exponentiation operator?
What does double pointer mean in c?
how to write optimum code to divide a 50 digit number with a 25 digit number??
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
What is pass by reference in functions?
Define VARIABLE?
Explain setjmp()?
how to construct a simulator keeping the logical boolean gates in c
Explain how can I read and write comma-delimited text?
What 'lex' does?
Can a void pointer point to a function?
What is sizeof c?
Can one function call another?
What are the types of type qualifiers in c?
difference between object file and executable file