Can we use this pointer in a class specific, operator-overloading function for new operator?


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

Post New Answer

More C++ General Interview Questions

What is fflush c++?

0 Answers  


What does extern mean in a function declaration in c++?

0 Answers  


What is the use of volatile keyword in c++? Give an example.

1 Answers  


What is a parameterized type?

1 Answers  


How java is different from c and c++?

0 Answers  


whats the size of class EXP on 32 bit processor? class EXP { char c1; char c2; int i1; int i2; char *ptr; static int mem; };

5 Answers   Huawei,


What are single and multiple inheritances in c++?

0 Answers  


Is dev c++ free?

0 Answers  


Where Malloc(), Calloc(), and realloc() does get memory?

0 Answers  


In a function declaration, what does extern mean?

0 Answers  


How one would use switch in a program?

0 Answers  


If a function doesn’t return a value, how do you declare the function?

0 Answers  


Categories