1

int x=10;
x-=5;
what will be the final value of x if we print it on the screen?

  • 5

  • -5

  • 10

  • 15