What are the uses of pointers?
No Answer is Posted For this Question
Be the First to Post Answer
Which operator can not be overloaded in C++?
Write a note about the virtual member function?
What is c++ used for in games?
What is an arraylist c++?
What is a class definition?
What is split a string in c++?
Why #include is used?
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.
Explain rtti.
Are iterators pointers?
What are the operators in c++?
What is the difference between public, private, protected inheritance?