Which of the following are not names of a C++ library function:
a. abs
b. sqrt
c. random
d. floor
e. labs
c) random is not a library function.
Explanation: The closest library function name to random is rand which returns pseudorandom numbers or perhaps srand, which seeds the rand random number generator.
Computer Science & Information Technology
You might also like to view...
The ________ feature of Excel greatly increases user efficiency by enabling actions such as data entry to be performed on multiple worksheets at one time
A) linking B) grouping C) bridging D) merging
Computer Science & Information Technology
____ is a broadband wireless transmission technology that is based upon a series of IEEE standards.?
A. ?WiFi B. ?Bluetooth C. ?IrDA D. ?WiMAX
Computer Science & Information Technology