what is a far pointer
Answer Posted / jagdeep
Far pointer is 4 byte poinetr and near pointer is 2 byte
pointer.Far pointer is used to point any specified memory
location but near pointer is used to specify only main
memory location.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What is a program?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
Why pointers are used?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
When should you use a type cast?
How do you override a defined macro?
Is using exit() the same as using return?
What is scope of variable in c?
how do you execute a c program in unix.
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
Explain what is the advantage of a random access file?
Where we use clrscr in c?
Write a program to reverse a given number in c?
Why doesnt this code work?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list