what is a far pointer

Answer Posted / rachna

far pointer is a pointer that include segment
selector.which is used to select a segment that is outside
the current segment.

Is This Answer Correct ?    11 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are linked lists in c?

865


Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon

1992


in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above

812


What are the preprocessor categories?

831


How can I write a function that takes a format string and a variable number of arguments?

835


What is difference between constant pointer and constant variable?

925


What will be your course of action for a push operation?

852


Where in memory are my variables stored?

852


What is meant by int main ()?

950


What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25

1711


Why static variable is used in c?

767


What is a pointer variable in c language?

845


What is the purpose of realloc()?

886


i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical

2087


What kind of structure is a house?

768