Suppose there are two files :
1) a.c


#include<stdio.h>
extern int func(int);
int main()
{
int x;
x=5;