What is c++ and its features?
No Answer is Posted For this Question
Be the First to Post Answer
What are destructors?
What is a responder chain?
What is a null object 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.
What is the outcome of cout< a) 16 b) 17 c) 16.5
What do you mean by function overriding & function overloading in c++?
How can you quickly find the number of elements stored in a dynamic array?
What are the techniques you use for debugging?
What does it mean to declare a member function as virtual?
simple c++ program for "abcde123ba" convert "ab321edcba" with out using string
Why was c++ created?
How can a '::' operator be used as unary operator?