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
How do I convert a stl file?
What is stl in oop?
totoo po ba ang manga aliens!
how to making game in c++ ?
What is a standard template library (stl)? What are the various types of stl containers?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
write a program to convert a decimal number in to its equivalent binary number?
What are the different types of stl containers?
How stl is different from the c++ standard library?
How does an stl file work?
What is a standard template library (stl)?
Why should a c++ programmer be interested in stl?
Who wrote stl?
What is meant by stl in c++?
What is the use of stl?