what is a far pointer
Answer Posted / gopal
Far Pointer: A far pointer is that which will point anywhere
in the X MB across segments by containing segment+offset .
far pointers are the normalized pointers of four bytes which
are used to access the main memory of the computer ?it can
access both the data segment and code segment thus by
modifying the offset u can modify refer two different
addresses but refer to the same memory .
Far pointers are not Normalized.
| Is This Answer Correct ? | 17 Yes | 2 No |
Post New Answer View All Answers
What is the difference between a function and a method in c?
What does s c mean on snapchat?
What are the types of pointers in c?
What does int main () mean?
What is graph in c?
What is the use of header files?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
What is the concatenation operator?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
What is character constants?
What does 1f stand for?
What is %d called in c?
What is meant by 'bit masking'?
Are the expressions * ptr ++ and ++ * ptr same?