Possible Duplicate:
difference between far pointer and near pointer in C
What is near, far and huge pointers?
Near and Far pointers
I am not very much clear with these pointers. plz explain me the meaning of following types of declaration
int near* far* huge* i;
int far* huge* huge i;
etc etc