Is c++ a pure oop language?
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 do manipulators do?
What is the two main roles of operating system?
How would you represent an error detected during constructor of an object?
How many ways are there to initialize an int with a constant?
Is there any difference between dlearations int* x and int *x? If so tell me the difference?
const char * char * const What is the differnce between the above two?
When should you use multiple inheritance?
what is the use of templates?
What are the advantages of using typedef in a program?
What are static and dynamic type checking?
What are the two types of comments?