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 identifiers in c with examples?
What is keyword with example?
Explain what are reserved words?
Differentiate between null and void pointers.
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
What is fflush() function?
In which header file is the null macro defined?
What are the different types of control structures in programming?
What are the types of unary operators?
Simplify the program segment if X = B then C ← true else C ← false
Difference between MAC vs. IP Addressing
Why are algorithms important in c program?
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
Distinguish between actual and formal arguments.
What is the difference between volatile and const volatile?