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
What do you mean by invalid pointer arithmetic?
application attempts to perform an operation?
Why main function is special give two reasons?
Can one function call another?
write a progrmm in c language take user interface generate table using for loop?
explain what is a newline escape sequence?
Explain the process of converting a Tree into a Binary Tree.
What is data type long in c?
Why do we use main function?
What are the Advantages of using macro
Why #include is used in c language?
What is a memory leak? How to avoid it?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
What are disadvantages of C language.
Differentiate between Macro and ordinary definition.