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

Posted on by