KodeGod.com

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

void main()
{
   while(a=0)
   {
     printf("kodegod.com");
   }
}