What is the need of a destructor?
No Answer is Posted For this Question
Be the First to Post Answer
Can member data be public?
Is linux written in c or c++?
Why would you use pointers in c++?
Write an algorithm that determines whether or not an almost complete binary tree is a heap.
How are the features of c++ different from c?
What do you mean by funtion prototype?
What are the different types of Storage classes?
Can we declare destructor as static? Explain?
Explain the operation of overloading of an assignment operator.
Const char *p , char const *p What is the difference between the above two?
program to print this triangle * * * * * *
Write a function that swaps the values of two integers, using int* as the argument type?