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

Why is extern used in c?

0 Answers  


What is macro?

5 Answers   IBM,


Explain what are the different file extensions involved when programming in c?

0 Answers  


Write a program to compare two strings without using the strcmp() function

42 Answers   Accenture, Arba Minch University,


Explain modulus operator. What are the restrictions of a modulus operator?

0 Answers  


there is two conditions , 1. while using for loop for printing 1 to 50 no's simulteneous 2. while using printf functios for printing 1 to 50 no's simulteneous with or without using variables who will take more time for compiling and execution? explain in details with reason?

1 Answers  


How can I convert a number to a string?

0 Answers  


Can you think of a logic behind the game minesweeper.

0 Answers  


What are terms in math?

0 Answers  


write a c program to find largest number in matrix(in each row,each column, diagonally, and in the whole matrix)? Its urgent.

2 Answers  


When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd

0 Answers  


regarding pointers concept

0 Answers  


Categories