Q41
What is the range of values for an 'unsigned long int' data type in C++?
A.
0 to 65535
B.
-32768 to 32767
C.
0 to 4294967295
AnswerD.
-2147483648 to 2147483647
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board