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
Can you please explain the difference between strcpy() and memcpy() function?
application attempts to perform an operation?
What are qualifiers?
What are c identifiers?
What is gets() function?
Why can’t we compare structures?
What is meant by keywords in c?
How reliable are floating-point comparisons?
What does it mean when the linker says that _end is undefined?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
What is the general form of a C program?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
please send me the code for multiplying sparse matrix using c
Can a pointer be static?
What is the use of header files?