0
Why that result
Hello! Somebody answer my, why the result is 85? Int a, b, c; a=2; b=4; c=b++*a; cout<<c; cout<<b;
3 Respuestas
0
wonderful explanation !
Hello! Somebody answer my, why the result is 85? Int a, b, c; a=2; b=4; c=b++*a; cout<<c; cout<<b;