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
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
When should the const modifier be used?
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
How do you list files in a directory?
Do pointers store the address of value or the actual value of a variable?
How can a number be converted to a string?
What are keywords in c with examples?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
What is the difference between c and python?
Explain modulus operator.
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
write a program to print data of 5 five students with structures?
What are comments and how do you insert it in a C program?
What type of function is main ()?