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
Can i use “int” data type to store the value 32768? Why?
Do array subscripts always start with zero?
Do you know the difference between exit() and _exit() function in c?
What is the size of enum in bytes?
Explain what are reserved words?
Can you please explain the difference between malloc() and calloc() function?
What are identifiers in c?
Is calloc better than malloc?
Disadvantages of C language.
Which header file is essential for using strcmp function?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
how to create duplicate link list using C???
What does return 1 means in c?
What is the use of a ‘’ character?