Can you Guess the output?
int main()
{
int i;
if(scanf("%d",&i))
printf("Mahadev");
else
printf("krishna");
return 0;
}


Posted on by