Back to home

Start Practice


Question-1 

To create random numbers between 28 and 52 inclusive, use the formula


(A)

int number - 28 = rand()%52;


(B)

int value = 1+rand()% 28;

(C)

int random- value=28+rand()%24;

(D)

int rand-num=28+rand(0%25);





Powered By