KodeGod.com

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

void main()
{
  printf("%s","kode" "god" ".com");
}