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 ? | 20 Yes | 0 No |
Post New Answer View All Answers
Explain #pragma statements.
how can use subset in c program and give more example
What is #include conio h?
What is the maximum no. of arguments that can be given in a command line in C.?
Does free set pointer to null?
Where can I get an ansi-compatible lint?
Define C in your own Language.
Is r written in c?
What is the explanation for the dangling pointer in c?
Can you pass an entire structure to functions?
What is d scanf?
How can you find the exact size of a data type in c?
Write a program on swapping (100, 50)
How can you determine the maximum value that a numeric variable can hold?
Write a program to check armstrong number in c?