What is the output of the following code?
  #includestdio.h
#if X == 5
#define Y 5
#else
#define Y 10
#endif
int main()
{
printf("%d", Y);
return 0;
}


Posted on by