what is a far pointer
Answer Posted / mrs.ahmer
A far pointer is a pointer which includes segment number.
In a segmented architecture computer, far pointers are used
to address the entire 1mb memory which is available under
Dos.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is scope rule in c?
What is a char c?
What are qualifiers?
what do you mean by inline function in C?
write a program to generate address labels using structures?
Explain bit masking in c?
Explain how do you print only part of a string?
Explain what are its uses in c programming?
How can I make sure that my program is the only one accessing a file?
Explain how are 16- and 32-bit numbers stored?
What is the difference between far and near in c?
Explain what is a program flowchart and explain how does it help in writing a program?
What are structure members?
What is %d called in c?
What should malloc() do?