what is use of for loop?

Answer Posted / narendra singh

to execute group of code ,selection of code again and again

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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; }

1885


help me i need a c++ program which takes sequesnce of characters and outputed sequence of their token taypes, work same compiler in lexical analysis phase

1879


Is stl part of c++ standard?

637


Q1. A. What is unary operator? List out the different operators involved in the unary operator. B. What is an adjust field format flag? Q2. A. Distinguish between a # include and #define. B. Can a list of string be stored within a two dimensional array? Q3. A.Explain how a pointer to function can be declared in C++? B.List the merits and demerits of declaring a nested class in C++? Q4. A. What are the syntactic rules to be avoid ambiguity in multiple inheritence? B. Explain the operation of overloading of an assignment operator. Q5. A. Explain how the virtual base class is different from the conventional base classes of the opps. B. Explain how an exception handler is defined and invoked in a Program. Q6. A. What is a binary file? List the merits and demerits of the binary file usagein C++. B. Write short notes on Text Manipulation Routines. C. Write bites in Turbo c++ Header (“Include”) Files.

2307


What is stl stand for?

733






What does stl stand for in basketball?

636


How is stl different from c++ standard library?

736


What is a standard template library (stl)? What are the various types of stl containers?

667


What is meant by stl in c++?

648


how to making game in c++ ?

2176


Define stl.

771


totoo po ba ang manga aliens!

2333


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

2075


draw a flowchart that accepts two numbers and checks if the first is divisible by the second.

2854


What two types of containers does the stl provide?

566