what is a far pointer
Answer Posted / jagdeep
Far pointer is 4 byte poinetr and near pointer is 2 byte
pointer.Far pointer is used to point any specified memory
location but near pointer is used to specify only main
memory location.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What is c token?
How can I access an I o board directly?
What does & mean in scanf?
Explain what is the advantage of a random access file?
What is difference between structure and union in c?
what is the basis for selection of arrays or pointers as data structure in a program
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
How can this be legal c?
What is an array? What the different types of arrays in c?
Can you return null in c?
What is double pointer?
What is the use of typedef in structure in c?
What is chain pointer in c?
Do you know what are the properties of union in c?
Explain what math functions are available for integers? For floating point?