What is the difference between C and CPP?
There is a magic square matrix in such a way that sum of a column or a row are same like 3 5 2 4 3 3 3 2 5 sum of each column and row is 10. you have to check that matrix is magic matrix or not?
What is the advantage of an external iterator.
What are pointer-to-members in C++? Give their syntax.
What is Object Oriented programming.what is the difference between C++ and C?
Difference between Overloading and Overriding?
35 Answers Appnetix Techno, GameLoft, HP, IBM, NIIT, Rohde and Schwarz,
Where do I find the current c or c++ standard documents?
What is a c++ object?
What is the use of default constructor?
What's the order in which the local objects are destructed?
How do you define a class in c++?
What issue do auto_ptr objects address?
Can we define function inside main in c++?