#includestdio.h
void main()
{
int i =2;
if(++i &&(i==2))
printf ("Hello");
else
printf("Heyy");
}

Posted on by