Is there any difference between following declarations? A June 6, 2022 by admin โช Choose the correct option.Is there any difference between following declarations? A : extern int fun(); B : int fun();A. Both are identicalB. No difference, except extern int fun(); is probably in another fileC. int fun(); is overrided with extern int fun();D. None of these Submit Answer