Top

Discussion

What will be the output of the program?

#include
#define MIN(x, y) (x 0)
        printf("%d\n", z);
    return 0;
}

 

  • A.3
  • B.4
  • C.No output

Answer: A

No answer description available for this question.

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

Post your comment