Solved

Which of the Following Statements A), B) or C) Is

Question 5

Multiple Choice

Which of the following statements a) , b) or c) is false?


A) The amount of memory in a computer is finite, so only a certain amount of memory can be used to store activation records on the function-call stack.
B) If more recursive function calls occur than can have their activation records stored on the stack, a fatal error known as an infinite loop occurs.
C) Running out of memory for the function-call stack typically is the result of infinite recursion, which can be caused by omitting the base case or writing the recursion step incorrectly so that it does not converge on the base case.
D) All of the above statements are true.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions