What is/are the situation(s) where function is not treated as inline?
a) If the function contains recursion
b) If the function contains nested loop
c) If the function contains multiple decision making statement like switch
Inline function: whenever the function is called the function calling is replaced by function body.
Reveal answer
Fill a bubble to check yourself