What are the extraction and insertion operators in c++? Explain with examples.
What are different types of polymorphism supported by C++
What do c++ programmers do?
Do class declarations end with a semicolon? Do class method definitions?
What is ios 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 cin clear () in c++?
Is there any function that can skip certain number of characters present in the input stream?
What is flush c++?
What is the use of main function in c++?
What is a null object in c++?
Which c++ compiler is best?
What are the operators in c++?