what is use of for loop?

Answer Posted / murugasundari

for loop is used to repeate the process for certain number
of time s known.

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

i wanted to know about questions about c,c++ , which is required for placements.... im a fresher

1793


What is stl stand for?

811


What are the components of stl?

714


How do I convert a stl file?

643


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

2162






What is a stl vector?

706


how can u do connectivity in c++ language? plz send me connectivity code in c++ ?

1995


What is meant by stl in c++?

776


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.

2066


write a program that will accept a number and print.its equivalent in words the maximum input number is 9999

2595


How is stl different from c++ standard library?

845


Can we use stl in coding interviews?

1389


a program using one dimensional array that searches a number if it is found on the list of given input numbers given by the user and locate its exact location in the list.

1467


Is there any error below, its a code to delete all entires from a map #include #include iostream.h int main() { int i =0; map TestMap; while(i<3) { TesMap.insert(TestMap::value_type(i,Test)); i++; } typedef map :: iterator mapIter =TestMap.begin(); if(mapIter!=TestMap.end()) { TestMap.erase(mapItrer); ++mapIter; } return 0; }

1999


What is the stl, standard template library?

675