user image

Pooja Sharma

Job Interview Skills
English
2 years ago

Q9. When One Must Use Recursion Function? Mention What Happens When Recursion Functions Are Declared Inline?

user image

Abhishek Mishra

2 years ago

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.

Recent Doubts

Close [x]