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


Please Help Members By Posting Answers For Below Questions

What is a file descriptor in c?

539


7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.

2196


Describe how arrays can be passed to a user defined function

754


Explain how can I write functions that take a variable number of arguments?

587


What is p in text message?

513






How can I dynamically allocate arrays?

566


Explain how can type-insensitive macros be created?

547


What are valid operations on pointers?

646


Write a program to implement queue.

634


What is a pragma?

645


What is a ternary operator in c?

621


Explain 'far' and 'near' pointers in c.

680


Why is a semicolon (;) put at the end of every program statement?

598


What are multidimensional arrays?

631


What are the two types of functions in c?

540