Computer Applications
State whether the following statement is True or False :
When outer loop completes its iterations, the inner loop starts.
Related Questions
State whether the following statement is True or False :
Nesting of loops means restricting the use of inner loop.
State whether the following statement is True or False :
When break statement is applied, it terminates the program completely.
State whether the following statement is True or False :
Labelled continue statement allows the next iteration of the loop from any place of looping structure.
Differentiate between Nested if and nested loop