Top

Discussion

What is the output of the following 'C' program?
main()
{
extern int a;
printf("\n%d",a);
}
int a=20;

  • A.Undefined
  • B.20
  • C.Error
  • D.Garbage Value

Answer: B

No answer description available for this question.
 

No comment is present. Be the first to comment.
Loading…

Post your comment