Exforsys
+ Reply to Thread
Results 1 to 2 of 2

Pointer Types

This is a discussion on Pointer Types within the C and C++ forums, part of the Programming Talk category; I recently came across a term called as near and far pointers. Is these terms related to C programming language? ...

  1. #1
    Ralph is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    114

    Pointer Types

    I recently came across a term called as near and far pointers. Is these terms related to C programming language? If so what does these terms mean.


  2. #2
    ashlee is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    108
    Far pointers are the normalized pointers of four bytes which are used to access the main memory of the computer. It can access both the data segment and code segment.


Latest Article

Network Security Risk Assessment and Measurement

Read More...