Math, asked by graceluhan3126, 1 year ago

Is there any difference between following declarations?
A : extern int fun();
B : int fun();
1.Both are identical
2.No difference, except extern int fun(); is probably in another file
3.int fun(); is overrided with extern int fun();
4.None of these

Answers

Answered by Anonymous
16

both r indentical.... according to my view......

Answered by Anonymous
0

Heya..

Both are identical..

Similar questions