How delete [] is different from delete?


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

Post New Answer

More C++ General Interview Questions

What are containers in c++?

0 Answers  


Do you know what is overriding?

0 Answers  


What is scope resolution operator in c++ with example?

0 Answers  


What is c++ & why it is used?

0 Answers  


What are references in c++? What is a local reference?

0 Answers  






Write a corrected statement in c++ so that the statement will work properly. x =+ 7;

2 Answers  


Define virtual constructor.

0 Answers  


Can non-public members of another instance of the class be retrieved by the method of the same class?

0 Answers  


Out of fgets() and gets() which function is safe to use and why?

0 Answers  


What is using namespace std in cpp?

0 Answers  


Given an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like. [ I ended up giving about 4 or 5 different solutions for this, each supposedly better than the others ].

1 Answers  


How can you tell what shell you are running on unix system?

0 Answers  


Categories