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
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
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?
When can a far pointer be used?
What are the different properties of variable number of arguments?
By using C language input a date into it and if it is right?
When should the register modifier be used? Does it really help?
write a program to display all prime numbers
What is string function c?
Is malloc memset faster than calloc?
What is the explanation for cyclic nature of data types in c?
What does the message "automatic aggregate intialization is an ansi feature" mean?
What is the use of header files?
How can I read a binary data file properly?
What are the types of type specifiers?
What is operator promotion?