6 ms·
C and C++ do not have labeled breaks - Java indeed has. But of course you are right, that one could just use goto for C/C++.
by sischoel 5y ago
C and C++ do not have labeled breaks - Java indeed has.
But of course you are right, that one could just use goto for C/C++.