Extern variable :predict the output extern, scope, variables int i=2;int main(){extern int i;clrscr();printf("%d",i);getch();return 0;}int i=3; Share this Share on FacebookTweet on TwitterPlus on Google+ Related PostsVariable stored in memory22Extern variable :predict the output