In nested loops, the continue statement, if present within a nested if structure, will exit the ____________
In nested loops, the continue statement, if present within a nested if structure, will exit the ____________ Correct Answer nested if structure
If the continue statement is present deep-rooted in a nested if structure, it will only stop the current iteration. It won’t exit the current ongoing loop or the external loop.
মোঃ আরিফুল ইসলাম
Feb 20, 2025