Answer Posted / zxg
(from MSDN)
Functions declared as extern are visible throughout all source files in the program (unless you later redeclare such a function as static). Any function can call an extern function.
Function declarations that omit the storage-class specifier are extern by default.
Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
Why we not create function inside function.
in iso what are the common technological language?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
Can a program have two main functions?
What is data structure in c and its types?
What are external variables in c?
Why do some versions of toupper act strangely if given an upper-case letter?
What does char * * argv mean in c?
What are the benefits of organizational structure?
What is pragma c?
In which header file is the null macro defined?
Write a code to remove duplicates in a string.
Differentiate between full, complete & perfect binary trees.
Are c and c++ the same?
What is the use of sizeof?