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
Is it better to use malloc() or calloc()?
What is c programming structure?
Subtract Two Number Without Using Subtraction Operator
Why main is not a keyword in c?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
What is difference between array and pointer in c?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
What is the scope of global variable in c?
Why do we use c for the speed of light?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
How #define works?
i want to know the procedure of qualcomm for getting a job through offcampus
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
Why is event driven programming or procedural programming, better within specific scenario?
Explain what is the use of a semicolon (;) at the end of every program statement?