KodeGod.com

008. Technical interview question: Give the output of the following code

void main()
{
  while(1)
  {
    printf("kodegod.com");
  }
}