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
What do header files do?
What is null in c?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
Implement bit Array in C.
Why malloc is faster than calloc?
Explain how can I prevent another program from modifying part of a file that I am modifying?
How many levels of pointers can you have?
How can I send mail from within a c program?
Write a program to swap two numbers without using third variable?
Suggesting that there can be 62 seconds in a minute?
What is anagram in c?
Why calloc is better than malloc?
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
What is s in c?
Why c is procedure oriented?