Home » C Programming » Declarations and Initializations

Is there any difference between following declarations? 1 : extern int fun(); 2 : int fun();

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!