what is a far pointer
Answer Posted / mrs.ahmer
A far pointer is a pointer which includes segment number.
In a segmented architecture computer, far pointers are used
to address the entire 1mb memory which is available under
Dos.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are the types of data structures in c?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
What is meant by gets in c?
How can I send mail from within a c program?
What is c language and why we use it?
What is the difference between malloc() and calloc()?
What is the difference between test design and test case design?
Do character constants represent numerical values?
What is pointers in c?
what are the 10 different models of writing an addition program in C language?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
What are two dimensional arrays alternatively called as?
What is the usage of the pointer in c?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
What is volatile, register definition in C