STL (140)
OOPS (873)
C++ General (2409)
Why do we need function?
How much maximum can you allocate in a single call to malloc()?
What does it mean when someone says I oop?
What is an associative container in c++?
What are compilers in c++?
What are the costs and benefits of using exceptions?
What is a container class? What are the types of container classes in c++?
Is there any difference between int [] a and int a [] in c++?
What is type of 'this' pointer?
Which is not a valid keyword a) public b) protected c) guarded
Write about the scope resolution operator?
Write about c++ storage classes?
What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?
Which software is best for programming?
Declare a pointer to a function that takes a char pointer as argument and returns a void pointer.