answersLogoWhite

0

The rand() function returns an integer (int) value that represents a pseudo-random number between 0 and RAND_MAX, RAND_MAX being a constant declared in the run-time library. Each time rand() is invoked, a different value is returned.

User Avatar

Wiki User

15y ago

What else can I help you with?