Saturday, June 13, 2009

Puzzle - 4

wanna catch the smart CAT! Click here to download the swf file. Open it in internet explorer. Then, you are all set to catch the CAT.

Try to encircle the cat, without letting it to get out! Start by clicking on the light green dots to try to trap CAT with dark dots.

Wednesday, April 15, 2009

Monday, January 5, 2009

Wednesday, September 17, 2008

Programming puzzle - 2

int main()
{
   if(condition)
   {
      printf("Hello!");
   }
   else
   {
      printf("mbvreddy");
   }
   return 0;
}

Write the condition in the above program such that output would be "Hello!mbvreddy"