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 are local variables c?
What are data structures in c and how to use them?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
What are the uses of a pointer?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
What are the advantages and disadvantages of c language?
What do you mean by Recursion Function?
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
Why header file is used in c?
Explain the use of 'auto' keyword
What are the 5 types of organizational structures?
What is the benefit of using an enum rather than a #define constant?
Differentiate between functions getch() and getche().