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
16
both r indentical.... according to my view......
Answered by
0
Heya..
Both are identical..
Similar questions