What is meant by forward referencing and when should it be used?
No Answer is Posted For this Question
Be the First to Post Answer
Can I learn c++ without knowing c?
Explain how a pointer to function can be declared in C++?
what is the use of void main() in C++ language?
What does the linker do?
What flag means?
How can you find the nodes with repetetive data in a linked list?
Can you sort a set c++?
Is c++ used anymore?
what are the iterator and generic algorithms.
What is the difference between an array and a list?
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.
In c++, what is the difference between method overloading and method overriding?