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 do you mean by inheritance in c++?
What is the difference between new() and malloc()?
What is ios flag in c++?
What are arithmetic operators?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
What are c++ variables?
Write a program which uses functions like strcmp(), strcpy()? etc
How does com provide language transparency?
What is the best way to take screenshots of a window with c++ in windows?
Can the creation of operator** is allowed to perform the to-the-power-of operations?
What are the basics of local (auto) objects?
What is the error in the code below and how should it be corrected?
Differences between private, protected and public and give examples.
How do you compile the source code with your compiler?
What are the rules about using an underscore in a c++ identifier?