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 the word you will use when defining a function in base class to allow this function to be a polimorphic function?
What is the use of static functions?
Do the parentheses after the type name make a difference with new?
Differentiate between an inspector and a mutator ?
What is purpose of new operator?
give me an example for testing a program showing the test path .show how the test is important and complex.
What is the extension of c++?
Explain static and dynamic memory allocation with an example each.
What is c++ programming language?
what is pulse code modulation?
What does the nocreate and noreplace flag ensure when they are used for opening a file?
How would you represent an error detected during constructor of an object?