What language does google use?
No Answer is Posted For this Question
Be the First to Post Answer
Explain terminate() function?
What are guid? Why does com need guids?
What is struct c++?
What is boyce codd normal form in c++?
What is the Diffrence between a "assignment operator" and a "copy constructor"?
What are function poinetrs? where are they used?
Does c++ support multilevel and multiple inheritances?
What is the object serialization?
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.
Write a corrected statement in c++ so that the statement will work properly. if (x = y) x = 2*z;
Is string data type in c++?
How does com provide language transparency?