View Single Post
Go4Expert Founder
6Jul2005,12:31  
shabbir's Avatar
Code:
void main()
{
  if(X)
  {
    printf("Hello");
  }
  else
  {
    printf(" World");
  }
}
what to be placed in the place of X inorder to get the o/p ??? Hello World

Thanks
Shabbir Bhimani