for(; ;)
{
sequence of statements
}
This loop will run for ever. Although there are some programming tasks, such as
operating system command processors, that require an infinite loop, most infinite
loops are really just loops with special termination requirements.