Top

Discussion

#include 
#define X 3
#if !X
    printf("Geeks");
#else
    printf("Quiz");
  
#endif
int main()
{
        return 0;
}

 

  • A.Geeks
  • B.Quiz
  • C.Compiler Error
  • D.Runtime Error

Answer: C

No answer description available for this question.

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

Post your comment