Computer Science, asked by kulasekarangkd, 1 month ago


Name the Function and the Library file required for the following
The function which returns a random number from range start...stop
with step value​

Answers

Answered by sarikarajawat2901
4

Answer:

Library functions in C language are inbuilt functions which are grouped together and placed in a common place called library. Each library function in C performs specific operation.

Answered by aadityamehra21
0

Answer:

Python number method randrange() returns a randomly selected element from range(start, stop, step).

Explanation:

If my answer is right than mark me brilliant...!

Similar questions
Math, 1 month ago