What is a forward referencing and when should it be used?
No Answer is Posted For this Question
Be the First to Post Answer
explain the reference variable in c++?
Is there anything you can do in C++ that you cannot do in C?
What do you mean by public protected and private in c++?
What is the use of typedef?
Is there a sort function in 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.
How to declaring variables in c++?
What are the differences between public, private, and protected access?
12 Answers IBM, Oracle, Wipro,
What is the difference between new/delete and malloc/free?
What are virtual constructors/destructors?
I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?
What are Binay tress and B trees? Diff between them?