What will be output of the following
#includestdio.h
int main()
{
int a=1;
if (--a)
printf("Hi") ;
else
printf("bye") ;
return 0;
}

Posted on by