Predict the output of following code:
#includestdio.h
int main()
{
int s={1,2,3};
if(s!=1)
printf("hi");
else if((++s)==2)
printf("hello");
else
printf("hihello");
}



Posted on by