what does keyword ‘extern’ mean in a function declaration?
Answer Posted / 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 View All Answers
Differentiate between declaring a variable and defining a variable?
What is wrong with this initialization?
Why is main function so important?
Describe how arrays can be passed to a user defined function
How can I handle floating-point exceptions gracefully?
What is echo in c programming?
Explain the use of #pragma exit?
Is calloc better than malloc?
What's the right way to use errno?
How can you draw circles in C?
What is d scanf?
Can you add pointers together? Why would you?
What do you understand by friend-functions? How are they used?
What are structure members?
Which is best linux os?