when the inline function may not work properly?
Answers
Answered by
2
Answer:
Some of the situations where inline expansion may not work are: For functions returning values,if a loop,a switch,or a goto exists. For functions not returning values,if a return statement exits. If functions contain static variables.
Similar questions