What is far pointer in c?



What is far pointer in c?..

Answer / Achin Kumar

"Far pointers are used for accessing memory in larger segments when segmentation is enabled. They were relevant in older versions of C but are not commonly used today."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

what is printf

5 Answers   MVSR, Satyam,


print out put like this form 1 2 3 4 5 6 3 5 7 9 11 8 12 16 20

8 Answers   TCS,


What is the ANSI C Standard?

1 Answers   Celstream,


Explain what is operator promotion?

1 Answers  


What is wrong with this statement? Myname = 'robin';

1 Answers  


What is #include stdio h?

1 Answers  


What are formal parameters?

1 Answers  


Is there something we can do in C but not in C++? Declare variable names that are keywords in C++ but not C.

2 Answers   Infosys,


prototype of sine function.

2 Answers   Cadence,


what is the difference between #include<> and #include”…”?

5 Answers  


can we print any string without using terminator?

2 Answers   Infosys, TCS,


What is the OOPs concept?

3 Answers  


Categories