Computer Applications
Related Questions
State whether the following statement is True or False :
In a nested loop, break and continue can be used simultaneously.
What is a nested loop?
What action will you take to terminate an outer loop from the block of an inner loop?
What is significance of 'break outer' and 'continue outer' in a nested loop?