a direct address that identifies a location by means of its displacement from a base address or segment
a) absolute address
b) relative address
c) relative mode
d) absolute mode
No Answer is Posted For this Question
Be the First to Post Answer
Difference between goto, long jmp() and setjmp()?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
What are the different properties of variable number of arguments?
What are the valid places to have keyword “break”?
What does %2f mean in c?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Why c is called free form language?
How can I do serial ("comm") port I/O?
Why does everyone say not to use scanf? What should I use instead?
Why should I use standard library functions instead of writing my own?
What is wrong with this initialization?
1. main() { printf("%d",printf("HelloSoft")); } Output?