Is there any difference between following


Is there any difference between following declarations?

1 : extern int fun(); 2 : int fun();

A. Both are identical

B. No difference, except extern int fun(); is probably in another file

C. int fun(); is overrided with extern int fun();

D. None of these

Request for Solution File

Ask an Expert for Answer!!
Other Subject: Is there any difference between following
Reference No:- TGS0627713

Expected delivery within 24 Hours