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

Posted on by