What would happen on forgetting [], while deallocating an array through new?


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

Post New Answer

More C++ General Interview Questions

What happens if an exception is throws from an, object's constructor and object's destructor?

4 Answers   Wipro,


Explain pass by value and pass by reference.

0 Answers  


Why is it necessary to use a reference in the argument to the copy constructor?

0 Answers  


What is the use of class in c++?

0 Answers  


What is a volatile variable 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  


Write a program to get the value of sin (x) using a library function , when x is given in degrees.

1 Answers  


Explain static and dynamic memory allocation with an example each.

0 Answers  


What do you mean by volatile and mutable keywords used in c++?

0 Answers  


How to implement flags?

2 Answers   Symphony,


What is object oriented programming (oop)?

0 Answers  


Can we distribute function templates and class templates in object libraries?

0 Answers  


Categories