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
What is cin clear () in c++?
What is the difference between #import and #include in c++?
What are the various compound assignment operators in c++?
How can we check whether the contents of two structure variables are same or not?
What is cout flush?
Which c++ compiler is best?
What is c++ hash?
Explain selection sorting?
Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.
Can we define a constructor as virtual in c++?
What is the benefit of encapsulation?
How much do c++ programmers make?
What is expression parser in c++
Can I make ios apps with c++?
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?