what is a far pointer

Answer Posted / praveen kondapaturi

A far/huge pointer is used to access a location which is
outside your current segment.

It includes a segment selector, making it possible to point
to addresses outside of the current segment.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is function prototype in c language?

617


Is main is user defined function?

597


What is variable initialization and why is it important?

622


please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com

1330


What is the best way of making my program efficient?

572






Are the variables argc and argv are local to main?

790


What is const and volatile in c?

567


What are directives in c?

549


Explain how can I write functions that take a variable number of arguments?

618


1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures

2745


What is difference between scanf and gets?

615


How can I recover the file name given an open stream?

556


can we implement multi-threads in c.

670


how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software

2802


What is call by reference in functions?

569