STL Interview Questions
Questions Answers Views Company eMail

Diffrernce Between Overloading and Overriding?

Wipro,

2 4675

Difference between Structure and Class in C++?

Caritor,

5 20433

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

1877

WHAT IS FIBONACCI SERIES?

Stewart,

4 5995

write a program that input four digit number and find how many 7 that number contains

4 7310

write a program that input four digit no and finds it is palindrome or not

2 3754

why does the execution of a c++ program start with main()???

11 23856

write a program to demonstrate,how constructor and deconstructor work under multilevel inheritance

TCS,

3 11771

Write a program in C++ to concatenate two strings into third string using pointers

5 33455

Write a program in C++ returning starting locations of a substring using pointers

1 7381

Write a program in C/C++ to implement reader- writer problem

Wipro,

1 22663

tell about sorted linked list

1 3433

what is c++

2 3679

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

NDS,

1693

what is the acronym of the term 'C.O.M.P.U.T.E.R' ?

Config Systems, Google, Wipro,

17 27603


Post New STL Questions

Un-Answered Questions { STL }

If P is the population on the first day of the year, B is the birth rate, and D is the death rate, the estimated population at the end of the year is given by the formula: The population growth rate is given by the formula: B – D Write a program that prompts the user to enter the starting population, birth and death rates, and n, the number of years. The program should then calculate and print the estimated population after n years. Your program must have at least the following functions: 1. growthRate: This function takes its parameters the birth and death rates, and it returns the population growth rate. 2. estimatedPopulation: This function takes its parameters the current population, population growth rate, and n, the number of years. It returns the estimated population after n years Your program should not accept a negative birth rate, negative death rate, or a population less than 2. please answer my question ....

1769


What is the stl, standard template library?

590


What is stl stand for?

729


Why should a c++ programmer be interested in stl?

636


please visit this site you'll find my question this is my homework please answer it if you can http://easyscience.org/ib/lofiversion/index.php/t36168.html

1772






Name the different types of stl containers.

685


What does stl stand for in basketball?

632


What are the various types of stl containers?

725


When did c++ add stl?

721


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

1877


What is a stl vector?

623


sir please send me bpcl previous question papers

1947


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

1883


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.

1966


What two types of containers does the stl provide?

566