what is a far pointer

Answer Posted / sanjiv sharma

a far pointer is a pointer which includes a segment
selector, making it possible to point to addresses outside
of the current segment.

Is This Answer Correct ?    22 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the bubble sort algorithm.

866


if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0

1720


Why is this loop always executing once?

813


Why is c called c not d or e?

850


What is identifiers in c with examples?

896


Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.

2035


What is a node in c?

742


Why is c so popular?

894


Give me the code of in-order recursive and non-recursive.

1144


What is the process to create increment and decrement stamen in c?

806


What is structure of c program?

818


How many identifiers are there in c?

779


how to print the character with maximum occurence and print that number of occurence too in a string given ?

2254


Do pointers need to be initialized?

821


write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.

1762