What is a v-table?
No Answer is Posted For this Question
Be the First to Post Answer
How new/delete differs from malloc()/free?
What are inline functions?
Write a C++ program which will compute the volume of a sphere or a cylinder after prompting the user to type the first character for the shape name.
0 Answers An-Najah National University,
What is RAII (Resource Acquisition Is Initialization)?
When should we use multiple inheritance?
Explain shallow copy?
Write about a nested class and mention its use?
Can you Mention some Application of C/C++?
What is the basic concept of c++?
If there are two catch statements, one for base and one for derived, which should come first?
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.
What is difference between array and vector in c++?