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
Hai what is the different types of versions and their differences
write a program to print data of 5 five students with structures?
What is a pointer in c?
how many errors in c explain deply
Is it possible to use curly brackets ({}) to enclose single line code in c program?
Can you return null in c?
What is the difference between c and python?
What is 2c dna?
How can you tell whether two strings are the same?
How many types of sorting are there in c?
What is the difference between the expression “++a” and “a++”?
What is the default value of local and global variables in c?
What is meant by int main ()?
What are the two types of functions in c?
What is the c value paradox and how is it explained?