Predict the output
#includestdio.h
int main()
{
int i=1;
if(i==-1)
printf("Hi");
else
printf("Hello");
return 0;
}

Posted on by