Vidyalelo
C++ Programming · Q5

Variables and Data Types in C++

Programming · C++ Programming · question 5

Q5

What is the maximum value that can be stored in an 'int' data type in C++?

A.
32767
B.
2147483647
Answer
C.
65535
D.
4294967295

Answer: Option B

Solution

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