Find the Output :
#includestdio.h
int main(){
int a = 4, b=5, c=13;
int x ;
x = a+(bc)*a+a*(ab);
printf("%d", x);
return 0;
}


Posted on by