When one must use recursion function? Mention what happens when recursion functions are declared inline?

Submitted by: Muhammad
Recursion function can be used when you are aware of the number of recursive calls is not excessive. 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.
Submitted by: Muhammad

Read Online Advanced Embedded Systems Job Interview Questions And Answers