Home » Technical Questions » Programming

What is the difference between the following declarations? extern int fun(); int fun();

Correct Answer: There is no difference except for the fact that the first one gives a hint that the function fun() is probably in another source file

← Previous Question Next Question→

More Questions from Programming

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion