Correct Answer : Option (C) : caller function
Explanation : The execution of the program is returned to the point from where the function was called and the function from which this function was called is known as caller function.