If every recursive call results in another recursive call, then the recursive function (algorithm) is said to have ____ recursion.

A. unlimited
B. indefinite
C. infinite
D. tail


Answer: C

Computer Science & Information Technology

You might also like to view...

Here is a list of file names with extensions. Pick at least one that could properly be the implementation file and at least one that can properly serve as interface file.

a) File.cxx b) File.hxx c) File.cc d) File.h e) File.cpp f) File.hpp

Computer Science & Information Technology

Which of the following is true?

A) A set allows duplicate values to be stored B) A map allows duplicate keys to be stored C) No Java collection allows duplicate values to be stored D) A list allows duplicate values to be stored

Computer Science & Information Technology

Any macro saved to ________ will be available to other documents

A) the Normal template B) a custom built template C) a template D) a Word document

Computer Science & Information Technology

In JavaScript, you should use parentheses to make your intentions clear to both the computer and the reader.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology