adspace


What does extern mean in a function declaration?

Answer Posted / zxg

(from MSDN)
Functions declared as extern are visible throughout all source files in the program (unless you later redeclare such a function as static). Any function can call an extern function.

Function declarations that omit the storage-class specifier are extern by default.

Is This Answer Correct ?    4 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......

2004


hi send me sample aptitude papers of cts?

2250


What is dynamic dispatch in c++?

1140


What is pointer to pointer in c with example?

1198


develop algorithms to add polynomials (i) in one variable

2258


What is pointers in c with example?

1167


swap 2 numbers without using third variable?

1210


Explain the difference between null pointer and void pointer.

1157


In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?

1296


Differentiate between null and void pointers.

1258


How do you determine the length of a string value that was stored in a variable?

1203


Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?

1181


will u please send me the placement papers to my mail???????????????????

1929


PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM

2258


ATM machine and railway reservation class/object diagram

5335