What will happen if when say delete this ?

Answer Posted / sudhir

delete this will not work because 'this' is not available to
global functions .this is only available to class member
functions.

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is cin clear () in c++?

708


What is the difference between #import and #include in c++?

693


What are the various compound assignment operators in c++?

628


How can we check whether the contents of two structure variables are same or not?

685


What is cout flush?

659






Which c++ compiler is best?

689


What is c++ hash?

730


Explain selection sorting?

715


Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.

6007


Can we define a constructor as virtual in c++?

689


What is the benefit of encapsulation?

692


How much do c++ programmers make?

646


What is expression parser in c++

2007


Can I make ios apps with c++?

658


How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?

655