What does it mean to declare a destructor as static?
No Answer is Posted For this Question
Be the First to Post Answer
Why null pointer is used?
What is the use of this pointer in c++?
What do you mean by storage classes?
What is the meaning of string in c++?
When can I use a forward declaration?
What is a constructor and how is it called?
What is the use of dot in c++?
What do the header files usually contains?
What is linked list in c++?
which of the following is not an secondary constant a) array b) real c) union
write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;
Can static member variables be private?