![]() 904,940,009 visitors served. |
|
![]() Dictionary/ thesaurus | ![]() Medical dictionary | ![]() Legal dictionary | ![]() Financial dictionary | ![]() Acronyms | ![]() Idioms | ![]() Encyclopedia | ![]() Wikipedia encyclopedia | ? |
continue |
Also found in: Dictionary/thesaurus, Wikipedia | 0.07 sec. |
|
A programming statement that points to the beginning of the loop that it is in. In the following C example, the continue statements point to the top of the while loop. The } brace at the end of the loop also points to the top of the loop.
while (1)
{
get_next_input();
if (end_of_file)
exit_routine();
if (type=='1')
{
process1_routine();
continue;
}
else if (type=='2')
{
process2_routine();
continue;
}
else display_type_error()
}
|
|
? Mentioned in | ? References in periodicals archive | ||
|---|---|---|---|
| The bear on Monday was spotted by a school bus driver, who radioed her dispatcher that a bear was walking near the road at 90th Street West and Avenue L. The cultural, sociological and psychological impact of the teddy bear on our culture is significant," said Vermont Teddy Bear Company CEO Elisabeth Robert. The cultural, sociological and psychological impact of the teddy bear on our culture is significant," said Vermont Teddy Bear Company CEO Elisabeth Robert. |
| Free Tools: |
For surfers:
Browser extension |
Word of the Day |
Help
For webmasters: Free content NEW! | Linking | Lookup box | Double-click lookup | Partner with us |
|
|---|