what is c++

Answers were Sorted based on User's Feedback



what is c++..

Answer / bhaskar.mantrala

c + oo -------> that means c with object oriented language

Is This Answer Correct ?    3 Yes 3 No

what is c++..

Answer / sudheer

c++ is object oriented programming language.. the main
function value should return..

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More STL Interview Questions

What is C++ could you enplane me please?

1 Answers  


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

0 Answers  


how to get the sum of two integers?

2 Answers  


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

0 Answers  


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

3 Answers   TCS,






What are the various types of stl containers?

0 Answers  


What is a standard template library (stl)?

0 Answers  


why & sign is used in copy constructor

4 Answers  


write a c++ to define a class box with length,breadth and height as data member and input value(),printvalue() and volume() as member functions.

3 Answers  


differentiate between private, public and protected data members of the class using example.

1 Answers  


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

0 Answers  


How can you create a bulleted list, numbered list and an outline by using bullets and numbering command. Explain with the help of example.

0 Answers  


Categories