True or false? If false, correct the statement. Recursive functions: 1. often have fewer local variables than

Question:

True or false? If false, correct the statement. Recursive functions: 1. often have fewer local variables than the equivalent nonrecursive routines. 2. generally use while or for statements as their main control structure. 3. are possible only in languages with static storage allocation. 4. should be used whenever execution speed is critical. 5. are always shorter and clearer than the equivalent nonrecursive routines. 6. must always contain a path that does not contain a recursive call. 7. are always less efficient, in terms of Big-O complexity.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question

C++ Plus Data Structures

ISBN: 9781284089189

6th Edition

Authors: Nell Dale, Chip Weems, Tim Richards

Question Posted: