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


Please Help Members By Posting Answers For Below Questions

Is file a keyword in c?

492


What is meant by operator precedence?

662


What is c basic?

589


What is header file in c?

594


What is c definition?

733






write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?

2398


HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????

2256


"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above

601


Explain what header files do I need in order to define the standard library functions I use?

641


Explain the use of keyword 'register' with respect to variables.

582


Explain how can you check to see whether a symbol is defined?

648


Is swift based on c?

624


Explain what are the __date__ and __time__ preprocessor commands?

582


find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2

1519


What is the meaning of && in c?

539