COMPUTER SCIENCE MCQS
Consider the C program fragment below which is meant to divide x by y using repeted subtractions. The variable x, y, q and r are all unsigned int. [G17S2Q37]
Explanation