Solved

C++11's Unsigned Long Long Int Type (Which Can Be Abbreviated

Question 19

Multiple Choice

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)

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions