what is a far pointer
Answer Posted / sankar
in OS the memory is divided into segments.
so by using near pointer we can point with in the same segment.
where as by using far pointer we can point any segment in
the memory.
Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
What is use of null pointer in c?
What is the difference between single charater constant and string constant?
What is the use of void pointer and null pointer in c language?
What is %d used for?
What is s or c?
Why is python slower than c?
What is a method in c?
What is the difference between local variable and global variable in c?
Explain what are the different data types in c?
When should a type cast be used?
Can you assign a different address to an array tag?
Is there a built-in function in C that can be used for sorting data?
What is the use of header files?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
What is masking?