|
Question |
Rating |
View Answer |
|
What are the advantages of operator overloading? |
|
View Answer |
|
What is the difference between a copy constructor and an overloaded assignment operator? |
|
View Answer |
|
Why are arrays usually processed with for loop?
|
|
View Answer |
|
Anything wrong with this code? T *p = 0; delete p;
|
|
View Answer |
|
What are the main underlying concepts of object orientation? |
|
View Answer |
|
STL Containers - What are the types of STL containers? |
|
View Answer |
|
Describe Stacks and name a couple of places where stacks are useful.
|
|
View Answer |
|
Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array? |
|
View Answer |
|
What are the differences between a C++ struct and C++ class?
|
|
View Answer |
|
What are the differences between a C++ struct and C++ class?
|
|
View Answer |
|
What is the difference between an object and a class?
|
|
View Answer |
|
State the methods through which parameters can be passed? |
|
View Answer |
|
How can you tell what shell you are running on UNIX system? |
|
View Answer |
|
In the derived class, which data member of the base class are visible?
|
|
View Answer |
|
What are the differences between new and malloc ? |
|
View Answer |
|
What are C++ storage classes? |
|
View Answer |
|
Define a way other than using the keyword inline to make a function inline.
|
|
View Answer |
|
Define namespace.
|
|
View Answer |
|
What is a conversion constructor?
|
|
View Answer |
|
Differences of C and C++
|
|
View Answer |