Computer Science, asked by shuklavirendra591, 5 months ago

Will the inline function be compiled as the inline function always? justify.

Answers

Answered by ranjeetsingh76979
4

Answer:

An inline function is a request and not a command. Hence it won't be compiled as an inline function always. Explanation: Inline-expansion could fail if the inline function contains loops, the address of an inline function is used, or an inline function is called in a complex expression.

Hope it helps you

Please mark me as brainlist

Similar questions