What is the output of the following 'C' program? main() { extern int a; printf("\n%d",a); } int a=20;
Answer: B
No answer description available for this question.