BIWIZARD | 3 | Question 7

Last Updated :
Discuss
Comments

The program fragment—   

int a=5, b=2;
print(a++*++b);

Prints 15

Prints 10

Prints 18

None of these.

Share your thoughts in the comments