Question: Is the loop an infinite loop? Explain why or why not. uint8_t a = 2, b = 34 while (a = 2) if (b> a)

Is the loop an infinite loop? Explain why or why not. uint8_t a = 2, b = 34 while (a = 2) if (b> a) b -= 2; uint8_t b = 12; for (uint8_t i = 0, i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
