Posts by João Victor • 43 points
1 post
-
4
votes1
answer94
viewsQ: Why is the exit 16?
#include <iostream> int main() { int x, y = 3; x = (++y) + (++y) + (++y); std::cout << "y = " << y << std::endl; setlocale(LC_ALL, ""); std::cout << "O valor de x é "…
c++asked João Victor 43