The program fragment—
int a=5, b=2; print(a++*++b);
Prints 15
Prints 10
Prints 18
None of these.
This question is part of this quiz :