Describe new operator and delete operator?


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

Post New Answer

More C++ General Interview Questions

What is the difference between a template and a macro?

0 Answers  


Difference between overloaded functions and overridden functions

0 Answers  


What is double in c++?

0 Answers  


Mention the purpose of istream class?

0 Answers  


Which software is best for c++ programming?

0 Answers  






What are the syntactic rules to be avoid ambiguity in multiple inheritance?

0 Answers  


What is lazy initialization in c++?

0 Answers  


What is data binding in c++?

0 Answers  


Is it possible to provide special behavior for one instance of a template but not for other instances?

0 Answers  


Is the declaration of a class its interface or its implementation?

0 Answers  


if int1 has the value 12, int has the value 18, and int3 has the value 21, what is the result: int1 < int2 && int2 < int 3

3 Answers  


What are smart pointer? Whats its use?

1 Answers   CTS,


Categories