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
Who wrote stl?
Is there any error below, its a code to delete all entires from a map #include
How stl is different from the c++ standard library?
Explain stl.
Who created stl?
Is stl part of c++ standard?
What are the symptoms of stl?
What is stl language?
What do stl stand for?
When did c++ add stl?
What is meant by stl in c++?
Describe how to safeguard a system through acquisition of an antivirus Program and systematic backup.
What is the stl, standard template library?
What is stl in c++ with example?
write a program that will accept a number and print.its equivalent in words the maximum input number is 9999