what is a far pointer
Answer Posted / sanjiv sharma
a far pointer is a pointer which includes a segment
selector, making it possible to point to addresses outside
of the current segment.
| Is This Answer Correct ? | 22 Yes | 3 No |
Post New Answer View All Answers
What are qualifiers in c?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
Who invented b language?
What does sizeof int return?
What is integer constants?
Why is c so important?
What is the scope of static variable in c?
What is the difference between malloc calloc and realloc in c?
Why isn't it being handled properly?
Can we increase size of array in c?
What do the functions atoi(), itoa() and gcvt() do?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
What are the 5 types of inheritance in c ++?
Which are low level languages?
What does double pointer mean in c?