next up previous
Next: while statement Up: Compound statements Previous: if statement

for statement

for (initialization; condition; update) {
    statements;
}



Dennis Seah Mon Jul 17 11:43:42 2006