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
I need a program that can copy files from any profile and ignore permissions. Any ideas? Robocopy, FastCopy, etc., will still error out.
Copying graphs from Excel 2007 to word 2007 using VBA
cisco console port
SQL using InStr
Group Policy setting to disable the reset button in Internet Explorer not working
php apply different class to last result...
help crystal reports deployment package
Deleting does not free up space on HD
Script to record whome i received and email and to whome i sent an email.
Where is the Refresh icon for IE 8?