Predict the output
#includestdio.h 
int main()
{
int a=90,b=10;
printf("%d", a+ b++);
return 0;
}


Posted on by