break; C++: which loop is it actually breaking - Stack Overflow

break; C++: which loop is it actually breaking - Stack Overflow

瀏覽:485
日期:2025-11-15
2012年5月14日 - The break statement in C++ will break out of the for or switch statement in which the break is directly placed. In this case it will break out of the for (int j ......看更多