What is a far pointer?What is the utility?

Answers were Sorted based on User's Feedback



What is a far pointer?What is the utility?..

Answer / chaitanya

pointers are two types.near and far.
if code we are writing is so large and there is necessity
to refer an address in other memory segment we have to use
far pointer.within in the range of 64Kb we can use new
pointer

Is This Answer Correct ?    9 Yes 1 No

What is a far pointer?What is the utility?..

Answer / mani

far pointers are of 32 bits.so within the range of 64Kb we
can use this pointer

Is This Answer Correct ?    2 Yes 1 No

What is a far pointer?What is the utility?..

Answer / bharat chandra

pointer is dynamic memory allocaton and memory space are
reduce.

Is This Answer Correct ?    0 Yes 0 No

What is a far pointer?What is the utility?..

Answer / rani

utility is an software tool like as we have make utilities in gcc

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What is file in c language?

0 Answers  


Why we use stdio h in c?

0 Answers  


Why ordinary variable store only one value  

0 Answers  


main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?

10 Answers   Ramco,


program to get the remainder and quotant of given two numbers with out using % and / operators?

10 Answers   College School Exams Tests, IBM,






without using arithmatic operator solve which number is greater??????????

1 Answers   Accenture,


What is the Lvalue and Rvalue?

2 Answers  


code for copying two strings with out strcpy() function.

6 Answers  


Can we increase size of array in c?

0 Answers  


What is indirect recursion? give an example?

4 Answers  


how to convert an char array to decimal array

4 Answers  


simple program of graphics and their output display

0 Answers   Elysium,


Categories