Recent questions tagged extern

6 votes
2 answers
1
extern int i;int i=5;i=10;int main(){ printf("\ni=%d",i); return 0;}output is?
To see more, click for the full list of questions or popular tags.