0
int j=5;
std::cout << ++j <<" " << j++ <<" "<< ++j;

Why does this program give the following output:

8 6 8

JJJ
  • 32,902
  • 20
  • 89
  • 102
Invictus
  • 4,028
  • 10
  • 50
  • 80

0 Answers0