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

How one would use switch in a program?

0 Answers  


What are mutator methods in c++?

0 Answers  


How does a copy constructor differs from an overloaded assignment operator?

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  


show that among any group of five (not necessary consecutive ) integers, there are two with the same remainder when divided by 4.

1 Answers  






How can a struct in c++ differs from a struct in c?

0 Answers  


How do you allocate and deallocate memory in C++?

1 Answers  


Explain data encapsulation?

0 Answers  


Discussion on error handling of C++ .

0 Answers  


Define Virtual function in C++.

0 Answers   iNautix,


What is difference between array and vector in c++?

0 Answers  


Difference between inline functions and macros?

0 Answers  


Categories