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

What is stl language?

896


What does stl mean in slang?

887


Do you like to Submit Questions in Bulk under Same Category?? Then use our Bulk ListerDo you like to Submit Questions in Bulk under Same Category?? Then use our Bulk Lister

1905


What is the stl, standard template library?

864


What is a standard template library (stl)?

890


How does an stl file work?

922


What are the various types of stl containers?

968


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

2309


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

891


What is stl stand for?

976


Describe the My Computer and My Documents folders; identify the elements that are present in every Window.

2177


What are the different types of stl containers?

907


Is stl part of c++ standard?

865


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.

2224


please visit this site you'll find my question this is my homework please answer it if you can http://easyscience.org/ib/lofiversion/index.php/t36168.html

2043