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
What is a standard template library (stl)? What are the various types of stl containers?
What is a stl vector?
Who created stl?
Describe how to safeguard a system through acquisition of an antivirus Program and systematic backup.
What is stl language?
how can u do connectivity in c++ language? plz send me connectivity code in c++ ?
Is there any error below, its a code to delete all entires from a map #include
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.
Describe the My Computer and My Documents folders; identify the elements that are present in every Window.
What are the symptoms of stl?
What does stl stand for in basketball?
What is a standard template library (stl)?
What is the use of stl?
Who wrote stl?
Name the different types of stl containers.