What is the difference between global variables and static varables?
No Answer is Posted For this Question
Be the First to Post Answer
Is there any problem with the following: char *a=NULL; char& p = *a;?
What is a template in c++?
What is the real purpose of class – to export data?
What is & in c++ function?
Explain rtti.
What is Virtual Inheritance?
What are the differences between malloc() and calloc()?
What do you mean by friend class & friend function in c++?
What is a manipulator 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.
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?
What is an html tag?