What is the basic structure of c++ program?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what data encapsulation is in c++?
What are the general quetions are in DEna bank manager IT/System interviews?
write a c++ program that gives output 4 3 4 2 3 4 1 2 3 4 using looping statement
Is recursion allowed in inline functions?
Can a Structure contain a Pointer to itself?
What is a block in c++?
What is else if syntax?
What is called array?
Explain how to initialize a const data member.
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 the use of dot in c++?
What is data type in c++?