What is c++ & why it is used?
No Answer is Posted For this Question
Be the First to Post Answer
What about Virtual Destructor?
What's the best free c++ profiler for windows?
What do you mean by friend class & friend function in c++?
Why pure virtual functions are used if they don't have implementation / When does a pure virtual function become useful?
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
What is difference between initialization and assignment?
12 Answers HCL, HP, Infosys,
What do you mean by C++ access specifiers ?
What is a string example?
What is abstraction in c++?
Which of the Standard C++ casts can be used to perform a ?safe? downcast: a) reinterpret_cast b) dynamic_cast c) static_cast d) const_cast
What is the error in the code below and how should it be corrected?
What are the differences between a struct in C and in C++?