What does the line containing "break;" do in the following code? void afunction() { if(1) { break; a_function(); cout<<"Err"; } }
Reveal answer
Fill a bubble to check yourself
What does the line containing "break;" do in the following code? void afunction() { if(1) { break; a_function(); cout<<"Err"; } }