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
what is purpose of fflush(stdin) function
Define circular linked list.
how to set Nth bit of variable by using MACRO
Function calling procedures? and their differences? Why should one go for Call by Reference?
Write a C program to perform some of the operation which can be performed using Single linked list
What’s the special use of UNIONS?
Find the O/p of the following 1) #include int main() { char c='1'; int j=atoi(c); }
Print the foll in C...eg when n=5 the o/p must b + + + + + + + + + + + + + + + + +
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
How can I call a function, given its name as a string?
What is pointer in c?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?