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

What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?

843


Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?

2469


When can a far pointer be used?

809


What are the different properties of variable number of arguments?

937


By using C language input a date into it and if it is right?

839


When should the register modifier be used? Does it really help?

806


write a program to display all prime numbers

1723


What is string function c?

822


Is malloc memset faster than calloc?

831


What is the explanation for cyclic nature of data types in c?

917


What does the message "automatic aggregate intialization is an ansi feature" mean?

954


What is the use of header files?

857


How can I read a binary data file properly?

870


What are the types of type specifiers?

834


What is operator promotion?

846