what is a far pointer
Answer Posted / praveen kondapaturi
A far/huge pointer is used to access a location which is
outside your current segment.
It includes a segment selector, making it possible to point
to addresses outside of the current segment.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
Is using exit() the same as using return?
Which is better pointer or array?
What are multibyte characters?
Can you define which header file to include at compile time?
Can we use visual studio for c?
What is binary tree in c?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
write a c program in such a way that if we enter the today date the output should be next day's date.
What is the advantage of using #define to declare a constant?
What is the difference between far and near ?
Which built-in library function can be used to match a patter from the string?
How will you delete a node in DLL?
Explain how to reverse singly link list.
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......