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...


int far *near * p; means



int far *near * p; means..

Answer / Dharmendra Singh Shishodia

In C programming, int far and near are keywords related to function declarations. Far was used in older versions of the language for inter-module communication (across memory segments). Nowadays it's usually replaced by extern. The terms near and far are not commonly used in modern C programming.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

if array a conatins 'n' elements and array b conatins 'n-1' elements.array b has all element which are present in array a but one element is missing in array b. find that element.

18 Answers   Parexel, Ram Infotech, Zycus Infotech,


Explain how are 16- and 32-bit numbers stored?

1 Answers  


What are pointers in C?

5 Answers   KPIT,


Can I pass constant values to functions which accept structure arguments?

2 Answers  


program to print circle structure

1 Answers  


What is the difference between int main and void main in c?

1 Answers  


number of times a digit is present in a number

1 Answers  


void main() { for(; 0 ;) ... { printf("hello"); ... } getch(); }

1 Answers  


What is the advantage of an array over individual variables?

1 Answers  


Where we use clrscr in c?

1 Answers  


Is null equal to 0 in sql?

1 Answers  


Why do we need functions in c?

1 Answers  


Categories