Regarding recursion, if a base case is never reached the result is:

(a) infinite recursion
(b) iteration
(c) termination
(d) all of the above

(a) infinite recursion

Computer Science & Information Technology

You might also like to view...

The ____________ fstream member function closes a file stream. Explain why it is best to close a file when the program is through processing the data in the file.

a) close( ) b) overloaded operator <<( ) c) open( ) d) eof( ) e) flush( )

Computer Science & Information Technology

Which of the following is not an abstract implementation provided by the collections framework?

a. AbstractCollection. b. AbstractTree. c. AbstractMap. d. AbstractList.

Computer Science & Information Technology