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

Posted on by