C - Loop Control Statements
How can you use break to exit multiple nested loops in C?
How can you use break to exit multiple nested loops in C?
break exits only the innermost loop it is in.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions