Answer: Option D.
Explanation: The function calling process, is the process of transferring control in a python program from one function to another until the other function returns.
It is also known as calling a function or making a function call.
Control returns to the point just before the function was called is NOT a STEP in the FUNCTION-CALLING PROCESS.