Computer Science, asked by Achukavya, 10 months ago

difference between normal function and inline function​

Answers

Answered by Anonymous
10

INLINE 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.

Similar questions