Predict the output
#includestdio.h
void main()
{
int a=10,b=5,result;
result=(ab) &&a++;
printf("%d\n",result);
printf("%d",a);
}

Posted on by