Answer TRUE or FALSE.
A recursive function is invoked differently from a non-recursive method.
A recursive function is like a non-recursive function in every syntactic and structural way.
The only thing that makes a function recursive is that it calls itself.