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
What is string concatenation in c?
the question is that what you have been doing all these periods (one year gap)
What does malloc () calloc () realloc () free () do?
Where we use clrscr in c?
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
how we can make 3d venturing graphics on outer interface
What do you mean by dynamic memory allocation in c? What functions are used?
What does #pragma once mean?
Write the syntax and purpose of a switch statement in C.
Tell us bitwise shift operators?
Difference between linking and loading?
Write a program to print fibonacci series using recursion?
When should a type cast be used?
Explain the ternary tree?