Computer Science, asked by prasanthimekala244, 5 months ago

# Home Leam Anywhere
Section : 1 of 3
Question : 3 of 10
Marks for this Question : 1
Basics
What is the meaning of using extern before function declaration? For example following function sum is made exter
extern int sum(int x, int y, int z) {
return (x + y + 2);
7
Function is made globally available
Function is made local to the lite
extem means nothing, sum is same without exter keyword
Function need not to be declared before its use​

Answers

Answered by keshavjha0607
0

Answer:

All are the statements are true

Similar questions