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 send me the code for multiplying sparse matrix using c
Can we assign string to char pointer?
how should functions be apportioned among source files?
Differentiate between ordinary variable and pointer in c.
The file stdio.h, what does it contain?
Is this program statement valid? INT = 10.50;
What is #pragma statements?
What is extern storage class in c?
Can static variables be declared in a header file?
When should the const modifier be used?
When do we get logical errors?
How do we make a global variable accessible across files? Explain the extern keyword?
Write the Program to reverse a string using pointers.
What does 2n 4c mean?
#include