STL (140)
OOPS (873)
C++ General (2409) If we declare two macro with the same identifier without doing undef the first, what will be the result? eg: #define MAX_SIZE 100 #define MAX_SIZE 200 int table1[MAX_SIZE];
3 6018
Why is it necessary to use a reference in the argument to the copy constructor?
What are the methods of exporting a function from a dll?
What is c++ & why it is used?
How does a copy constructor differs from an overloaded assignment operator?
What are c++ manipulators?
Do you like to Submit Questions in Bulk under Same Category?? Then use our Bulk ListerDo you like to Submit Questions in Bulk under Same Category?? Then use our Bulk Lister
How oops is better than procedural?
What is flag in computer?
Is oop better than procedural?
What is the need of a destructor?
what are the types of Member Functions?
What is setw manipulator in c++?
Is swift faster than go?
What do you know about near, far and huge pointer?
What is the outcome of cout< a) 16 b) 17 c) 16.5