Question

In the expression
n = a + rand() % b;
(a) b is the shifting value
(b) a is the scaling value
(c) b is equal to the width of the desired range of integers
(d) both (a) and (c)

Answer

This answer is hidden. It contains 3 characters.