What is a far pointer?What is the utility?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?

569


What is #ifdef ? What is its application?

640


What does 4d mean in c?

933


What is pointer & why it is used?

598


What does the message "automatic aggregate intialization is an ansi feature" mean?

689






What are called c variables?

569


What are type modifiers in c?

615


Why c is called procedure oriented language?

575


largest Of three Number using without if condition?

995


What is function pointer c?

581


Explain bit masking in c?

630


Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff

2234


Can true be a variable name in c?

555


What are the __date__ and __time__ preprocessor commands?

566


How can I call fortran?

637