Vidyalelo
C++ Programming · Q41

Variables and Data Types in C++

Programming · C++ Programming · question 41

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
Answer
D.
-2147483648 to 2147483647

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board