What is the difference between near, far and huge pointers?
These are some old concepts used in 16 bit Intel architectures in the days of MS DOS, not much useful anymore. Near pointer is used to store 16 bit addresses means within current segment on a 16 bit machine. The limitation is that we can only… Read More »What is the difference between near, far and huge pointers?