What is a far pointer? where we use it?

Showing Answers 1 - 2 of 2 Answers

Vikas

  • Jan 3rd, 2007
 

near, far pointers are the types of pointers in C. By using these pointers we can directly access memory to interact hardware before starting hardware programming in C.

  Was this answer useful?  Yes

laxmii.s

  • Aug 20th, 2008
 

Far pointer is a pointer variable. It is just like near pointer. But if we use large memory models, then we can use these far pointers. Because these far pointers occupy 4 bytes of memory.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions