Q19
What is the maximum value that can be stored in an 'unsigned int' data type in C++?
A.
32767
B.
2147483647
C.
65535
D.
4294967295
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board