Answer the following statements true (T) or false (F)
1. There can be more than one stopping case in a recursive function.
2. You may have at most 1 recursive call in a recursive function.
3. Recursive functions must return a value.
4. The operating system uses a stack to control recursion.
5. A class member function may be recursive.
1. TRUE
2. FALSE
3. FALSE
4. TRUE
5. TRUE
Computer Science & Information Technology
You might also like to view...
The value in a field with the ________ data type will be automatically increased each time a new record is entered
A) Currency B) Date/Time C) Number D) AutoNumber
Computer Science & Information Technology
The ____ attribute indicates whether to delete a file after closing it.
A. delete B. file close C. disposal mode D. file disposition
Computer Science & Information Technology