Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is use of for loop?

Answer Posted / geetha

for loop use is more then one calculation or process can be
performed, for example:
for(int i=0;i<5;i++)
{
printf("%d",i);
}
In the above example the printf statement can be excuted in
five times.
Output:0 1 2 3 4

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I convert a stl file?

1187


What is stl in oop?

1269


totoo po ba ang manga aliens!

2831


how to making game in c++ ?

2784


What is a standard template library (stl)? What are the various types of stl containers?

1213


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

2688


write a program to convert a decimal number in to its equivalent binary number?

2766


What are the different types of stl containers?

1206


How stl is different from the c++ standard library?

1280


How does an stl file work?

1225


What is a standard template library (stl)?

1174


Why should a c++ programmer be interested in stl?

1151


Who wrote stl?

1188


What is meant by stl in c++?

1210


What is the use of stl?

1134