0 votes
in C Plus Plus by
What is a huge pointer in C Language?

1 Answer

0 votes
by
Huge pointer is 32bit long containing segment address and offset address. Huge pointers

are

normalized pointers so for any given memory address there is only one possible huge address

segment: offset pair. Huge pointer arithmetic is doe with calls to special subroutines so its

arithmetic slower than any other pointers.

Related questions

0 votes
asked Mar 12, 2020 in C Plus Plus by rahuljain1
0 votes
asked Mar 12, 2020 in C Plus Plus by rahuljain1
...