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 does extern mean in a function declaration?

Answer Posted / swetcha

extern is significant only with data declarations. In
function declarations, it can be used as a stylistic hint
to indicate that the function's definition is probably in
another source file, but there is no formal difference
between

extern int f();

and
int f();

Is This Answer Correct ?    91 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why doesn't C support function overloading?

2861


How is pointer initialized in c?

1088


Why c is called procedure oriented language?

1103


in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above

1116


Why pointers are used in c?

1065


regarding pointers concept

2091


What is d scanf?

1140


Why is main function so important?

1156


explain what is fifo?

1130


Why do we use stdio h and conio h?

1132


What is the use of #define preprocessor in c?

1120


Are global variables static in c?

1212


How are portions of a program disabled in demo versions?

1342


What are the basic data types associated with c?

1316


Explain what will the preprocessor do for a program?

1109