Problem 6: Area of a trapezoid can be calculated by the following formula: A=(b1 b2)×h2 where b1 and b2 are the parallel sides or the bases and h is length of height Write a C code of this program


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

Post New Answer

More C++ General Interview Questions

Describe the process of creation and destruction of a derived class object?

0 Answers  


What is private inheritance?

0 Answers  


Why seem interrupt handlers as member functions to be impossible?

1 Answers  


What is #include math h in c++?

0 Answers  


Do we have to use initialization list in spite of the assignment in constructors?

0 Answers  






How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?

0 Answers  


What are the types of array in c++?

0 Answers  


Write a program to concatenate two strings.

0 Answers  


Define a pdb file.

0 Answers  


What is a class template in c++?

0 Answers  


What is c++ flowchart?

0 Answers  


Explain selection sorting. Also write an example.

0 Answers  


Categories