Multiple choice

Justify: cout<<++x; cout<< , ; cout<<++y; cout<< , ; cout<<- x; cout<< , ; cout<<y++; }

  1. 5, 1, 4, 11

  2. 5, 1, 4, 1

  3. 5, 1, 3, 11

  4. 5, 1, 4, 1

Reveal answer Fill a bubble to check yourself
D Correct answer