题目内容

The rand() function produces a series of random numbers in the range 0 < rand() < RAND_MAX, where the constant RAND_MAX is a compiler-dependent symbolic constant that is defined in the stdlib.h header file.

查看答案
更多问题

Random numbers are a series of numbers whose order cannot be predicted.

Pseudorandom numbers are numbers which are not really random, but are sufficiently random for the task at hand.

The value of an expression can be explicitly converted into another type using the cast operator.

The standard C library consists of 5 header files.

答案查题题库