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
How can I do graphics in c?
What does sizeof return c?
Describe dynamic data structure in c programming language?
Why is not a pointer null after calling free?
What is binary tree in c?
What is zero based addressing?
Why is c still so popular?
Does * p ++ increment p or what it points to?
What is header file in c?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
how to make a scientific calculater ?
What do you mean by c what are the main characteristics of c language?
write a proram to reverse the string using switch case?
What is class and object in c?