Can we delete this pointer in c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

How do you save a c++ program?

0 Answers  


char *ch = "abcde"; char c[4]; how to copy 'ch' to 'c'?

4 Answers   Thomson Reuters,


How can you find the nodes with repetetive data in a linked list?

1 Answers   Lucent,


Do vectors start at 0?

0 Answers  


If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3

0 Answers  


Explain about Garbage Collector?

0 Answers  


In a function declaration what does extern means?

0 Answers   Flextronics,


Explain the uses of static class data?

0 Answers  


What is the keyword auto for?

0 Answers  


What is virtual destructors? Why they are used?

1 Answers  


What is the use of this pointer in c++?

0 Answers  


What is an orthogonal base class in c++?

0 Answers  


Categories