Why we need to use # include < stdlib.h>



# include < stdlib.h>: General purpose standard library functions. The following are the list of functions are in stdlib.h
randomize()       It initializes / seeds the random number generator with a random number
random(n)          It generates a random number between o to n-1
Etc.
Next Post Previous Post
No Comment
Add Comment
comment url