Top

Discussion

What is the output of this program?

#include 
#define int char
main()
{
  int i=50;
  printf ("sizeof (i) =%d", sizeof (i));
}

 

  • A.2
  • B.4
  • C.8
  • D.1

Answer: D

No answer description available for this question.

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

Post your comment