InterviewSolution
Saved Bookmarks
| 1. |
Difference between normal function and inline function |
|
Answer» FUNCTION The INLINE functions are a C++ enhancement feature to increase the execution time of a program. Functions can be INSTRUCTED to compiler to make them inline so that compiler can replace those function DEFINITION wherever those are being called.NORMAL FUNCTION The derivative of a function has MANY applications to problems in calculus. ... The derivative of a function at a point is the slope of the tangent line at this point. The normalline is defined as the line that is PERPENDICULAR to the tangent line at the point of tangency. |
|