The function ____ returns the absolute value of its double-precision argument in the standard library.
A. double ceil(double)
B. double fmod(double)
C. double fabs(double)
D. double abs(double)
查看答案
The function ____ returns the common logarithm of its argument in the standard library.
A. double exp(double)
B. double log(double)
C. double log10(double)
D. double fmod(double)
The function ____ returns the natural logarithm of its argument in the standard library.
A. double exp(double)
B. double log(double)
C. double log10(double)
D. double fmod(double)
The ____ function can be used to generate a random number in the standard library.
A. rand()
B. srand()
C. random()
D. rnd()
____ reads the computer’s internal clock time, in seconds in the standard library.
A. stime()
B. time(SECONDS)
C. time()
D. time(NULL)