What is the output of code?
#includestdio.h
int main()
{
int a=60 , b=30;
printf("%d", a+ ++ b);
return 0;
}

Posted on by