what does keyword ‘extern’ mean in a function declaration?



what does keyword ‘extern’ mean in a function declaration?..

Answer / vadivel t

Extern int a; -> means that, a int variable called 'a;
defined in any of the source file in the project and can be
accessed here in the file using extern declaration.

Is This Answer Correct ?    19 Yes 0 No

Post New Answer

More C Interview Questions

what is the maximum limit of row and column of a matrix in c programming. in linux .

4 Answers   NIIT,


To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9

0 Answers   HCL,


What is the difference between strcpy() and memcpy() function in c programming?

0 Answers  


int i =10 main() { int i =20,n; for(n=0;n<=i;) { int i=10 i++; } printf("%d", i);

6 Answers   HCL, Octal, SW,


a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode

0 Answers  






Why cd or dvd are round why not square.

1 Answers  


what is the use of #pragma pack, wer it is used?

2 Answers   Wipro,


what are non standard function in c

0 Answers  


What are the application of void data type in c?

0 Answers  


Can you define which header file to include at compile time?

0 Answers   Aspire, Infogain,


hi any body pls give me company name interview conduct "c" language only

0 Answers  


When is a void pointer used?

0 Answers  


Categories