What is the output of the following code?
#includestdio.h
void main( )
{
int i=2;
if(++i &&(i==2))
printf("Hello");
else
printf("Welcome");
}

Posted on by