Top

Discussion

What will be the output of the program?

#include
#define MESS junk

int main()
{
    printf("MESS\n");
    return 0;
}

 

  • A.junk
  • B.MESS
  • C.Error
  • D.Nothing will print

Answer: B

No answer description available for this question.

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

Post your comment