What is cloning?
Answer / beena
An object can carry out copying in two ways i.e. it can set itself to be a copy of another object, or it can return a copy of itself. The latter process is called cloning.
| Is This Answer Correct ? | 0 Yes | 0 No |
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 are advantages of c++?
What data encapsulation is in c++?
What does flush do c++?
What is buffering in c++?
Differentiate between structure and class in c++.
What is the full form of c++?
what is the C++
Write a C++ program to sort digits of all the 4 digit number and display the sorted 4 digit number
What is else if syntax?
Floating point representation and output seems to be compiler dependent?
What's the most powerful programming language?