Microsoft
Software
Hardware
Network
Question : Need help understanding break
Say I have 2 nested for loops such that:
for (.....)
{
for (....)
{
if (....)
{
break;
}
}
}
If the "if condition" in the 2nd for loop is met....what happens? Does the 2nd for loop stop running and control returns back to the 1st for loop?
Or does break stop both for loops such that control returns to the next line of code after the last parentheses?
Answer : Need help understanding break
>>If the "if condition" in the 2nd for loop is met....what happens?
The innermost loop will be terminated, whereas the outer one continues to run.
Random Solutions
How to skip null columns with oracle data reader
How do I put a discount on invoices in QuickBooks Pro 2009?
How do I access the Request.Files from JavaScript?
Out of office and organization
Asp Help
SAMBA on REDHAT
Coldfusion Variable Evaluation
Is there a size limit for individual users in Exchange
Moving From The 3GS to 4G
Windows 7 image using Ghost ?