If the definition of the external variable occurs in the source file before its use in a particular function, then there is no need for an extern declaration in the function.
A. True
B. False
Answers
Answered by
0
True because When a function is declared inside the source file, that function(local function) get a priority than the extern function. So there is no need to declare a function as extern inside the same source file.
Answered by
0
hi friend!! the answer of your question is true
Similar questions
History,
9 months ago
English,
9 months ago
History,
9 months ago
World Languages,
1 year ago
India Languages,
1 year ago
Math,
1 year ago
Computer Science,
1 year ago