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 meaning of tree
write a program to display the numbers having digit 9 in the given range from 1 to 100
"I LOVE MY COUNTRY" write a c program to get "COUNTRY MY LOVE I" as the output. Use any other programming language. It is not mandatory to use C.
11 Answers ABC Infotech, ADP, College School Exams Tests, Kovair,
Print all numbers which has a certain digit in a certain position eg: number=45687 1 number=4 2 number=5 etc
What are the different types of pointers used in c language?
What is omp_num_threads?
What is a pragma?
When do you say that a digraph is acyclic A)if and only if its first search does not have back arcs B)a digraph is acyclic if and only if its first search does not have back vertices C)if and only if its first search does not have same dfnumber D)None of these
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??
write a function that accepts an array A with n elements and array B with n-1 elements. Find the missing one in array B,with an optimized manner?
write a program in c to read array check element is present or not?