题目内容

____ is a prototype of a function that returns no value.

A. void funcA();
B. funcA();
C. int funcA();
D. null funcA();

查看答案
更多问题

Placing the appropriate #include statement at the top of the program ensures proper access to the library functions whose prototypes are contained in the header file.

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.

答案查题题库