Multiple choice Which of the following functions in C++ is a function that calls itself? mathematical function string function main function recursive function member function Reveal answer Fill a bubble to check yourself D Correct answer Explanation This function in C++ is a function that calls itself and the process of calling of a function by itself is called recursion.