1

If int a = 25, b = 5, c = 0; what value is stored in c? When c = a % b;

  • 5.0

  • 5

  • 0

  • none