asked 182k views
24 votes
A recursive function _____. Group of answer choices combines data members and functions in a single unit repeatedly calls other member functions of the same class repeatedly calls the main function either calls itself or is in a potential cycle of function calls

1 Answer

9 votes

Answer:

A recursive function

Step-by-step explanation:

A recursive function either calls itself or is in a potential cycle of function calls.

answered
User Ashwinjv
by
8.9k points

No related questions found