Answer Posted / edward
you can't change
| Is This Answer Correct ? | 5 Yes | 13 No |
Post New Answer View All Answers
Explain what happens when a pointer is deleted twice?
what is the difference between overloading & overriding? give example.
Why is c++ is better than c?
Which is the best c++ compiler?
What is the difference between public and private data members?
How does a C++ structure differ from a C++ class?
. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?
Differences between private, protected and public and give examples.
what is upcasting in C++?
What is DlgProc?
Why null pointer is used?
Why do we use using namespace std in c++?
What is the main use of c++?
In c++, what is the difference between method overloading and method overriding?
Describe about storage allocation and scope of global, extern, static, local and register variables?