KodeGod.com

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

void main()
{
if(printf("KodeGod"))
 printf("Awesome");
else
 printf("Amazing");
}