Page 13 - C-Language
P. 13
Head-Controlled Iteration Statement/Loops 200
Foot-Controlled Iteration Statement/Loops 200
Examples 200
For loop 200
While loop 201
Do-While loop 201
Structure and flow of control in a for loop 202
Infinite Loops 203
Loop Unrolling and Duff's Device 204
Chapter 35: Jump Statements 206
Syntax 206
Remarks 206
See also 206
Examples 206
Using goto to jump out of nested loops 206
Using return 207
Returning a value 207
Returning nothing 208
Using break and continue 208
Chapter 36: Linked lists 210
Remarks 210
Singly linked list 210
Data structure 210
Doubly linked list 210
Data structure 210
Topoliges 210
Linear or open 210
Circular or ring 211
Procedures 211
Bind 211
Making circularly linked list 211

