What is class and structure in c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is an accessor in c++?

0 Answers  


What is pair in c++?

0 Answers  


Explain the difference between 'operator new' and the 'new' operator?

1 Answers   Lucent, TCS,


What is auto type c++?

0 Answers  


What are the methods of exporting a function from a dll?

0 Answers  






Why are pointers not used in c++?

0 Answers  


Explain what are mutator methods in c++?

0 Answers  


Is dev c++ a good compiler?

0 Answers  


Define precondition and post-condition to a member function?

1 Answers  


What are the implicit member functions of class?

0 Answers  


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.

0 Answers   Maxobiz,


Will c++ be replaced?

0 Answers  


Categories