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

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

Explanation

The maximum value that can be stored in an "int" data type in C++ is 2147483647.