Top

Discussion

What is the output of the following 'C' program?
main
{
extern int i;
i = 20;
print("%d",size of (i));
}

  • A.2
  • B.8
  • C.Would vary compiler to cimpiler
  • D.Error

Answer: D

No answer description available for this question.
 

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

Post your comment