What is the role of static keyword for a class member variable?
No Answer is Posted For this Question
Be the First to Post Answer
How to stop conversions among objects?
What are files in c++?
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
What is atoi?
Can a class be static in c++?
What is the main use of 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 sorting algorithm does c++ use?
How many standards of c++ are there?
What are the benefits of operator overloading?
Why ctype h is used in c++?
program in c++ to input digits and print in words