Program title
Users questions: main () (intp [8] = (11,12,13,14,15,16,17,18), i = 0, j = 0; while (i + + 7) if (p [i]% 2) j + = p [i]; printf ("% d * n", j);) input Why is 45,
Experts answer: results because while (i + + 7) for the first time when 07 but i have become 1if (p [i]% 2) j + = p [i]; is from p [1] start