Loop: A loop is the programming statement which permorf repated tasking . It work by seen there are three type of loop 1.for loop 2. while loop 3 do while loop..for loop is very importance and useful loop..today we study of for loop.we can use for loop by eg…. ( i=0; i< nbr of loop i ++ )
The best app for c++ is dev c++ …..you can test on your computer.
One program of for loop.
#include<stdio.h>
Int main (){
for (i=0;i<10,i++)
Printf( my name is aayush,%d,/n);
}
return 0 ;
Output = my name is aayush
my name is aayush
my name is aayush
my name is aayush
my name is aayush
my name is aayush
my name is aayush
my name is aayush
my name is aayush
my name is aayush
my name is aayush