Home » Unlabelled » What happens when recursion functions are declared inline? | Embedded Interview Questions
Friday, 9 November 2012
What happens when recursion functions are declared inline? | Embedded Interview Questions
It is illegal to declare a recursive function as inline. Even a function is declared as inline compiler judges it to be inline or not. Many compilers can also inline expand some recursive functions; recursive macros are typically illegal.
No comments:
Post a Comment