What does the break statement do in the following code:
void function1() {
   if(1) {
       break;
       function2();
    }
}

Follow CodeGalaxy

Mobile Beta

Get it on Google Play
Send Feedback
Cosmo
Sign Up Now
or Subscribe for future quizzes