How the delete operator differs from the delete[]operator?


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

Post New Answer

More C++ General Interview Questions

What are register variables?

0 Answers  


If we want that any wildcard characters in the command line arguments should be appropriately expanded, are we required to make any special provision? If yes, which?

0 Answers  


If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?

0 Answers  


Is it possible for the objects to read and write themselves?

0 Answers  


What are the manipulators in c++?

0 Answers  






Give a very good method to count the number of ones in a "n" (e.g. 32) bit number.

3 Answers  


Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.

0 Answers  


Explain what data encapsulation is in c++?

0 Answers  


Explain stack & heap objects?

0 Answers  


What is setbase c++?

0 Answers  


Explain the concept of copy constructor?

0 Answers  


What is the copy-and-swap idiom?

0 Answers  


Categories