Multiple Choice
A variable that can have values only in the range 0 to 65535 is a:
A) Four-byte int.
B) Four-byte unsigned int.
C) Two-byte int.
D) Two-byte unsigned int.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q16: Which of the following does the C++
Q17: The rand function generates a data value
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
Q22: A function prototype does not have to:<br>A)
Q23: [C++11] Which of the following statements about
Q24: All of the following are true of
Q25: Recursion is to the base case as
Q26: Overloaded functions must have:<br>A) Different parameter lists.<br>B)