
- Forum
- Programming Talk
- C and C++
- Pointer Types
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? ...
-
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.
-
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.

Reply With Quote





