Difference between delete and free.


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

Post New Answer

More C++ General Interview Questions

Explain some examples of operator overloading?

0 Answers  


Is sorted c++?

0 Answers  


why can't we declare data member of class auto register or extern

1 Answers  


Implement stack operations with pointers with appropriate exception checks.

0 Answers   Huawei,


What do you mean by delegate? Can a user retain delegates?

0 Answers  






How can you create a virtual copy constructor?

0 Answers  


What is the difference between #define debug 0 and #undef debug?

0 Answers  


Describe new operator?

0 Answers  


What does ios :: app do in c++?

0 Answers  


Differentiate between an inspector and a mutator ?

0 Answers  


What is vector string in c++?

0 Answers  


Problem 5: Hero's Formula is A method for calculating the area of a triangle when you know the lengths of all three sides. Let a, b, c be the lengths of the sides of a triangle. The area is given by:A= pp-ap-b(p-c) | wherep= a+b+c2 | | Write a C-language code to calculate area of triangle using above method. Take the three lengths of the triangle from the user and display the area that your program calculates.

0 Answers   Maxobiz,


Categories