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
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
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