What is the maximum depth of recursive calls a function may-03551
What is the maximum depth of recursive calls a function may make?
This multiple choice question (MCQ) is related to the book/course vu cs301 Data Structures. It can also be found in vu cs301 Mid Term - Quiz No.4.
What is the maximum depth of recursive calls a function may make?
1
2
n (where n is the argument)
There is no fixed maximum