What should be subtracted from x2 +2x +3 so that it is exactly divisible by x +1 ?
Answers
Answered by
0
Answer:
What happens if you try to compile and run this program? #include 20 int main(void) { int i, t[4] = { 1, 2, 4, 8}; for (i = 0; i < 2; i++) t[i] = t[3 - i]; printf("%d", t[2]); return 0; ww } We use cookies to improve our service. By continuing to us
Answered by
1
Answer:
"2" Must be Subtracted in order to make it exactly divisible....
Hope it helped...
Similar questions