Multiple Choice
The rand function generates a data value of the type:
A) unsigned int.
B) int.
C) long int.
D) short int.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q12: When an argument is passed-by-value, changes in
Q13: Recursion is memory-intensive because:<br>A) Recursive functions tend
Q14: A reference parameter:<br>A) Is an alias for
Q15: Which of the following is true of
Q16: Which of the following does the C++
Q18: Each standard library has a corresponding:<br>A) Function.<br>B)
Q19: C++11's unsigned long long int type (which
Q20: Which of the following is not included
Q21: A variable that can have values only
Q22: A function prototype does not have to:<br>A)