Predict the output

#includestdio.h
void main()
{
int y=10, x=11;
y=x++;
printf("%d\n",y);
printf("%d",x);

}



Posted on by