what is a far pointer
Answer Posted / sanjiv sharma
a far pointer is a pointer which includes a segment
selector, making it possible to point to addresses outside
of the current segment.
Is This Answer Correct ? | 22 Yes | 3 No |
Post New Answer View All Answers
What is meant by preprocessor in c?
How are portions of a program disabled in demo versions?
What is the best organizational structure?
What is property type c?
What is the code in while loop that returns the output of given code?
What is difference between %d and %i in c?
What is clrscr ()?
What are the disadvantages of c language?
Explain what is the difference between the expression '++a' and 'a++'?
What is %d called in c?
Difference between strcpy() and memcpy() function?
What is main return c?
Explain what will the preprocessor do for a program?
What is void main () in c?
What is difference between class and structure?