Question: Can someone please explain why the answer to 24 is C, not B? # include int remaincount (int, int, int) int main) int x =
Can someone please explain why the answer to 24 is C, not B?
# include int remaincount (int, int, int) int main) int x = 5; int y-10 int cti ct" rema incount(x, y, z);5-10-15 ct +" rema incount (y,-z, x) ; 1545 20 ct remainCount (z, x, y)-204 85 printf("first count: %d ", ct); ct = rema incount (x, rema incount (y, x, z)); printf("second count: %d ", ct); return (0) int remaincount (int x, int y, int z) int result; result = x % y + x % z; return (result); 5 23. Which of the following is the first line of output generated by the code segment above? rst count: 25 A. first count: 10 B. first count: 15 D. None of the above. A Which of the following is the second line of output generated by the code segment above? C. second count: 10 D. None of the above. A. second count: 0 econd count: 5