retagged by
748 views

2 Answers

Best answer
4 votes
4 votes

Yes this program should give compiler error

because 

selected by

Related questions

2 votes
2 votes
1 answer
1
rahul sharma 5 asked Nov 23, 2017
1,032 views
#include <stdio.h int main() { int a=10; extern int a; return 0;} Why this gives compilation error? Extern is just a declaration.So why it is giving error on c...
0 votes
0 votes
1 answer
3
Na462 asked Nov 19, 2018
1,441 views
1 votes
1 votes
0 answers
4