Answer Posted / swetcha
extern is significant only with data declarations. In
function declarations, it can be used as a stylistic hint
to indicate that the function's definition is probably in
another source file, but there is no formal difference
between
extern int f();
and
int f();
| Is This Answer Correct ? | 91 Yes | 14 No |
Post New Answer View All Answers
How can you check to see whether a symbol is defined?
Which node is more powerful and can handle local information processing or graphics processing?
What is a keyword?
What is putchar() function?
What is the function of multilevel pointer in c?
Is there any demerits of using pointer?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
List some applications of c programming language?
What is %d used for?
Give the rules for variable declaration?
What is memory leak in c?
What is the difference between declaring a variable by constant keyword and #define ing that variable?
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
What are qualifiers and modifiers c?
What are run-time errors?