First page Back Continue Last page Overview Image

Initialization: an initialization of the loop variable and more than one variable can be initialised.

The syntax of for loop in c language is given below: .

for (initialization; condition/s; statement/s)

{

block;

}