Array base access faster or pointer base access is faster?
No Answer is Posted For this Question
Be the First to Post Answer
What are static variables?
What do you mean by internal linking and external linking in c++?
Describe exception handling concept with an example?
What language is a dll written in?
Incase of a function declaration, what is extern means?
What is the difference between reference type and pointers.
What is the most common mistake on c++ and oo projects?
Why is c++ still popular?
what is data encapsulation in C++?
What is a binary file? List the merits and demerits of the binary file usagein C++.
How a modifier is similar to mutator?
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