Question

C++11's unsigned long long int type (which can be abbreviated as unsigned long long) enables you to store values in at least ________, which can hold numbers as large as 18,446,744,073,709,551,615.
a. 2 bytes (16 bits)
b. 4 bytes (32 bits)
c. 8 bytes (64 bits)
d. 16 bytes (128 bits)

Answer

This answer is hidden. It contains 16 characters.