Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
#include <iostream>
int
main()
{
x = 2147483647;
// INT_MAX
std::cout << (x + 1);
}
-2147483648
0
2147483648
Невизначена поведінка
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!