what is a far pointer
Answer Posted / rachna
far pointer is a pointer that include segment
selector.which is used to select a segment that is outside
the current segment.
| Is This Answer Correct ? | 11 Yes | 4 No |
Post New Answer View All Answers
Explain what is #line used for?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
Why array is used in c?
What is scope rule of function in c?
What is the condition that is applied with ?: Operator?
What happens if you free a pointer twice?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
How important is structure in life?
What is the best way to store flag values in a program?
What is omp_num_threads?
What is the difference between class and object in c?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
write a program to print data of 5 five students with structures?
What is array of structure in c?
Is fortran faster than c?