Answer Posted / chaitanya
pointers are two types.near and far.
if code we are writing is so large and there is necessity
to refer an address in other memory segment we have to use
far pointer.within in the range of 64Kb we can use new
pointer
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What are 'near' and 'far' pointers?
Why is c used in embedded systems?
how to write optimum code to divide a 50 digit number with a 25 digit number??
Explain why can’t constant values be used to define an array’s initial size?
i have a written test for microland please give me test pattern
What does %p mean c?
What functions are used in dynamic memory allocation in c?
What is the difference between char array and char pointer?
What is a structural principle?
With the help of using classes, write a program to add two numbers.
Can you define which header file to include at compile time?
What is the return type of sizeof?
Do you know what are the properties of union in c?
What is difference between %d and %i in c?
What are lookup tables in c?