What is else if syntax?
No Answer is Posted For this Question
Be the First to Post Answer
Is map sorted c++?
What is pure virtual function?
Write a note about the virtual member function?
Why should you learn c++?
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 are advantages and disadvantages of Design patterns?
What is dev c++ used for?
Is it legal in c++ to overload operator++ so that it decrements a value in your class?
What does new in c++ do?
What is virtual destructor ans explain its use?
What is class syntax c++?
Explain the pure virtual functions?