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
Explain built-in function?
Is null valid for pointers to functions?
What is the best way to comment out a section of code that contains comments?
Why is c known as a mother language?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
What are the advantages of using new operator as compared to the function malloc ()?
Can include files be nested? How many levels deep can include files be nested?
What is the scope of static variable in c?
How can I implement a delay, or time a users response, with sub-second resolution?
Which are low level languages?
hi any body pls give me company name interview conduct "c" language only
What is the difference between ‘g’ and “g” in C?
how many errors in c explain deply
In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.
What is dangling pointer in c?