Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 are the 4 data types?

0 Answers  


int x=5; printf("%d%d%d",x,x<<2,x>>2);

2 Answers   TANCET,


What is #pragma statements?

0 Answers  


Wt are the Buses in C Language

0 Answers   Infosys,


In the below code, how do you modify the value 'a' and print in the function. You'll be allowed to add code only inside the called function. main() { int a=5; function(); // no parameters should be passed } function() { /* add code here to modify the value of and print here */ }

1 Answers  


Is file a keyword in c?

0 Answers  


Why is c called a mid-level programming language?

0 Answers  


What is meant by type specifiers?

0 Answers  


Why cann't whole array can be passed to function as value.

1 Answers  


What are bitwise shift operators in c programming?

0 Answers  


Explain void pointer?

0 Answers  


HOW TO SWAP TWO NOS IN ONE STEP?

16 Answers   Satyam,


Categories