Top

Discussion

Determine Output:

#include
#define a 10
void main()
{
      #define a 50
      printf("%d", a);
}

 

  • A.50
  • B.10
  • C.Compiler Error
  • D.None of These

Answer: A

No answer description available for this question.

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

Post your comment