SEED makes Blunder! #iknowvention

Alright, so I’m taking part in this SEED Infotech C programming contest, and here’s one of yesterday’s challenges:

main()
{
 if(printf("C for yourself how it works \n");
  main();
  }

One of the options were
a) C for yourself how it works infinate times

Now isn’t that catchy? Look at it clearly, there’s one pair of brackets missing!

@SEEDInfotech, how did you choose that as the right answer?

Hit http://seed-iknowvention.com/PlayIKnowVation.aspx, and then click on previous level’s correct answer.