what is a far pointer

Answer Posted / praveen kondapaturi

A far/huge pointer is used to access a location which is
outside your current segment.

It includes a segment selector, making it possible to point
to addresses outside of the current segment.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain output of printf("Hello World"-'A'+'B'); ?

966


Add Two Numbers Without Using the Addition Operator

345


What is main return c?

505


write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34

1618


What is define c?

561






Can I initialize unions?

578


Why calloc is better than malloc?

563


What is the significance of c program algorithms?

668


Is main is a keyword in c?

597


How many types of sorting are there in c?

596


How can you access memory located at a certain address?

656


What would happen to X in this expression: X += 15; (assuming the value of X is 5)

1284


Hai what is the different types of versions and their differences

1478


What do you know about the use of bit field?

600


How is a pointer variable declared?

582