Which software is best for programming?
No Answer is Posted For this Question
Be the First to Post Answer
How can we read/write Structures from/to data files?
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 role of copy constructor in copying of thrown objects?
What is DlgProc?
What are proxy objects?
write the programme that convert a interger to biniry number
Show the declaration for a static member variable.
What does obj stand for?
What is the v-ptr?
what are difference between c and c++?
when can we use copy constructor?
Tell me an example where stacks are useful?