STL (140)
OOPS (873)
C++ General (2409) How much maximum can you allocate in a single call to malloc()?
What are the two main components of c++?
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
What are the characteristics of friend functions?
Why do we use using namespace std in c++?
What c++ is used for?
What is the error in the code below and how should it be corrected?
How do you invoke a base member function from a derived class in which you have not overridden that function?
Is std :: string immutable?
Explain what are accessor methods?
What is abstraction and encapsulation?
What does #define mean in c++?
Which ide is best for c++?
How does com provide language transparency?
What is implicit pointer in c++?