Describe the advantages of operator overloading?
No Answer is Posted For this Question
Be the First to Post Answer
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 does new return if there is insufficient memory to make your new object?
Explain RAII (Resource Acquisition Is Initialization).
diff between pointer and reference in c++?
What is the difference between global int and static int declaration?
Implement strncpy
Does defining a function inline mean that it wont push and pop things on/off the stack ...like parameters and the return the address??
Describe new operator and delete operator?
What is searching?
What is anonymous object in c++?
Mention the storage classes in c++.
Do you know what are static and dynamic type checking?