Recent questions tagged compilation-error

1 votes
2 answers
1
#include <stdio.h int i =20; int main() { int i = 10; extern int i; printf("%d",i); }Why does this program give Compiler error??please explain
To see more, click for the full list of questions or popular tags.