Computer Science, asked by mamatarajesh50, 2 months ago

when the inline function may not work properly?​

Answers

Answered by Anonymous
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