Why Pointers are not used in C++?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between #import and #include in c++?
Do you know the use of vtable?
What is polymorphism & list its types in c++?
What are the differences between a struct in C and 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?
Declare a class vehicle and make it an abstract data type.
On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?
Will the following program execute?
Eplain extern keyword?
What does ctime() do?
What happens when you make call 'delete this;'?