I am doing my BS.c MATHS CAN I ABLE TO JOIN IN NIIT?

Answer Posted / erum ilyas

yes i can beacause i am very talented

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is stl stack?

748


How connect plc and pc through software

2037


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

2165


sir please send me bpcl previous question papers

2045


When did c++ add stl?

836






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.

2069


Define stl.

878


What does stl mean in slang?

730


Who wrote stl?

789


Is stl part of c++ standard?

726


How does an stl file work?

748


Can we use stl in coding interviews?

1391


Name the different types of stl containers.

791


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

2002


What two types of containers does the stl provide?

656