Question: 19. Consider the following loop: int a = 4; while (4 8 a > a) printf(d, a); A. This will run forever because a remainder
19. Consider the following loop: int a = 4; while (4 8 a > a) printf(d", a); A. This will run forever because a remainder can never be bigger than the thing you are dividing by B. This will print 0 3 2 1 C. This will crash with a "division by zero" error D. B and care true E. A, B, C, and D are all false 20. Consider the following loop. int j; for(j - 'R'; j
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
