What is the difference between while and do while loop? Explain with examples.
what is the basic concept of c++(object oriented programing)
What are the 3 levels of programming languages?
Explain the use of virtual destructor?
What are the three types of access specifiers in C++?
Distinguish between a # include and #define.
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 conversion constructor?
What is input operator in c++?
What are pointers used for c++?
Does a derived class inherit or doesn't inherit?
What is an inclusion guard?
How would you call C functions from C++ and vice versa?