Explain What happens when recursion functions are declared inline?

Submitted by: Administrator
Inline functions property says whenever it will called, it will copy the complete definition of that function. Recursive function declared as inline creates the burden on the compilers execution.

The size of the stack may/may not be overflow if the function size is big.
Submitted by: Administrator

Read Online Embedded Systems Job Interview Questions And Answers