What is the 4 difference between delete[] and delete?


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

Post New Answer

More C++ Interview Questions

What is name mangling/name decoration?

0 Answers   Amazon,


What is C++11?

0 Answers   Adobe,


What is the meaning of the following declaration: int *const *const *i?

0 Answers   Adobe,


Tell me about virtual function

1 Answers  


What is the difference between virtual functions and pure virtual functions?

1 Answers  






What is an algorithm (in terms of the STL/C++ standard library)?

0 Answers   Amazon,


Can we call a virtual function from a constructor?

1 Answers  


Is deconstructor overloading possible? If yes then explain and if no Then why?

1 Answers  


What is a virtual base class?

6 Answers   Fidelity, Siemens,


Define an Abstract class in C++?

0 Answers  


What does it mean to declare a function or variable as static?

0 Answers   Amazon,


How will you execute a stack using a priority queue? (Push and pop should be in O (1)).

0 Answers   Adobe,


Categories