//File: file f2.c#include #include extern int i; main() { i =0; printf("value of i %d\n",i);}//File: f1.cint i =7;