Is it possible for a member function to delete the pointer, named this?


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

Post New Answer

More C++ General Interview Questions

What is command line arguments in C++? What are its uses? Where we have to use this?

0 Answers   HCL,


Write a function that swaps the values of two integers, using int* as the argument type?

0 Answers  


What is the difference between the indirection operator and the address of oper-ator?

0 Answers  


Explain about vectors in c ++?

0 Answers  


give me some class & objects examples?

1 Answers  






what is difference between internet and Internet?

12 Answers   College School Exams Tests, Microsoft, MIT, TCS,


What's the order in which the objects in an array are destructed?

0 Answers  


Can you help me with this one? Make a program that when a user inputed a Product Name, it will display its price, and when the user inputed the quantity of the inputed product, it will show its total price. The output must be like this: Product Name: Price: Quantity: Total Price: ..this is the list of products to be inputed: Cellphone - 1500 Washing Machine - 5200 Television - 6000 Refrigirator - 8000 Oven - 2000 Computer - 11000 thanks..:D

1 Answers  


What is setiosflags c++?

0 Answers  


Why we use #include iostream in c++?

0 Answers  


How is static data member similar to a global variable?

0 Answers  


List out some of the object-oriented methodologies?

1 Answers  


Categories