Explain the difference between c & c++?
No Answer is Posted For this Question
Be the First to Post Answer
Name the operators that cannot be overloaded in C++?
When does a name clash occur?
What is a pure virtual function? Why is it represented as = 0...how is the internal implementation for the same
What is meant by const_cast?
Define anonymous class.
Can we sort map in c++?
How do c++ struct differs from the c++ class?
What happens if an exception is throws from an, object's constructor and object's destructor?
Const char *p , char const *p What is the difference between the above two?
Why cstdlib is used in c++?
Brief explaination about #include<iostream.h>, cin and cout
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?