what is a far pointer
Answer Posted / sankar
in OS the memory is divided into segments.
so by using near pointer we can point with in the same segment.
where as by using far pointer we can point any segment in
the memory.
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
write a progrmm in c language take user interface generate table using for loop?
What the advantages of using Unions?
Write a program to print ASCII code for a given digit.
How do shell structures work?
What is c programming structure?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
Why & is used in scanf in c?
What are pointers really good for, anyway?
How do you print only part of a string?
Where in memory are my variables stored?
Why do we use static in c?
How can you avoid including a header more than once?
Why can’t we compare structures?
What is scope rule of function in c?
Explain heap and queue.