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
Explain Function Pointer?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
What are the advantages of using Unions?
Explain how can I right-justify a string?
What are external variables in c?
What is the process to create increment and decrement stamen in c?
Explain what is the benefit of using enum to declare a constant?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
What are header files? What are their uses?
How do I convert a string to all upper or lower case?
List some applications of c programming language?
What is void c?
What is a shell structure examples?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
When was c language developed?