STL (140)
OOPS (873)
C++ General (2409) How is the using() pattern useful? What is IDisposable? How does it support deterministic finalization?
1 14448what is the behaviour of C and C++ compiler for the below statements. int *p; p = malloc(100); Is the behaviour same ? or different ?
2 5807Find out the bug in this code,because of that this code
will not compile.......
#include
What is pass by value & reference.
Which function cannot be overloaded c++?
What is an undefined behavior and sequence points
Is it possible for a member function to delete the pointer, named this?
What is difference between oop and pop?
What is a standard template library (stl)? What are the various types of stl containers?
How to input string in C++
Describe the setting up of my member functions to avoid overriding by the derived class?
What is the important feature of inheritance?
How long to learn object oriented programming?
What is the arrow operator in c++?
which operator is used for performing an exponential operation a) > b) ^ c) none
Is dev c++ a good compiler?
What is a storage class used in c++?
What are the types of container classes?